Skip to content

Commit 6b23245

Browse files
committed
dts: bindings: memory-controllers: Fix LDO and half-sleep support
This patch adds the missing 'half-sleep-supported' and 'external-ldo' properties to the silabs,siwx91x-qspi-memory binding for accurate configuration of PSRAM features via DeviceTree. Signed-off-by: S Mohamed Fiaz <[email protected]>
1 parent 4a795f5 commit 6b23245

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dts/bindings/memory-controllers/silabs,siwx91x-qspi-memory.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,17 @@ properties:
4242
fast-freq:
4343
type: int
4444
required: true
45+
46+
half-sleep-supported:
47+
type: boolean
48+
description: |
49+
Indicates that the attached PSRAM supports entry into and exit from
50+
half-sleep mode using the C0 half-sleep command sequence. When set to
51+
true, the driver will enable low-power sequences utilizing half-sleep
52+
mode. If false, half-sleep features are disabled.
53+
54+
external-ldo:
55+
type: boolean
56+
description: |
57+
Present if the PSRAM is powered from the external LDO.
58+
If absent, internal LDO (PSRAM) is assumed.

0 commit comments

Comments
 (0)