Skip to content

Commit d824dad

Browse files
committed
dt-bindings: power: apple,pmgr-pwrstate: Add apple,min-state prop
A few devices (DCP/DCPEXT) need to have the minimum power state for auto-PM configured. Add a property that allows the DT to specify this value. Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Hector Martin <[email protected]>
1 parent 111659c commit d824dad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ properties:
6161
Forces this power domain to always be powered up.
6262
type: boolean
6363

64+
apple,min-state:
65+
description:
66+
Specifies the minimum power state for auto-PM.
67+
0 = power gated, 4 = clock gated, 15 = on.
68+
$ref: /schemas/types.yaml#/definitions/uint32
69+
minimum: 0
70+
maximum: 15
71+
6472
required:
6573
- compatible
6674
- reg

0 commit comments

Comments
 (0)