Skip to content

Commit 301f651

Browse files
committed
dt-bindings: mailbox: apple,mailbox: Add power-domains property
This will bind to the PMGR pwrstate nodes that control power/clock gating to SoC blocks. The mailbox driver doesn't do runtime-pm yet, so initially this will just keep the domain on permanently. Reviewed-by: Sven Peter <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Hector Martin <[email protected]>
1 parent 8adf987 commit 301f651

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ properties:
5656
"#mbox-cells":
5757
const: 0
5858

59+
power-domains:
60+
maxItems: 1
61+
5962
required:
6063
- compatible
6164
- reg

0 commit comments

Comments
 (0)