Skip to content

Commit 6ca292e

Browse files
hoshinolinajannau
authored andcommitted
dt-bindings: power: apple,pmgr-pwrstate: Add force-{disable,reset}
These flags are used for some ISP power domains, that apparently require more aggressive behavior on power down. Signed-off-by: Asahi Lina <lina@asahilina.net>
1 parent 77a101f commit 6ca292e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,18 @@ properties:
8080
minimum: 0
8181
maximum: 15
8282

83+
apple,force-disable:
84+
description:
85+
Forces this device to be disabled (bus access blocked) when the power
86+
domain is powered down.
87+
type: boolean
88+
89+
apple,force-reset:
90+
description:
91+
Forces a reset/error recovery of the power control logic when the power
92+
domain is powered down.
93+
type: boolean
94+
8395
required:
8496
- compatible
8597
- reg

0 commit comments

Comments
 (0)