dt-bindings: mailbox: apple,mailbox: Add power-domains property
authorHector Martin <marcan@marcan.st>
Thu, 9 Dec 2021 04:50:42 +0000 (13:50 +0900)
committerHector Martin <marcan@marcan.st>
Wed, 15 Dec 2021 11:20:38 +0000 (20:20 +0900)
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 <sven@svenpeter.dev>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml

index 2c1704b..c4255f4 100644 (file)
@@ -56,6 +56,9 @@ properties:
   "#mbox-cells":
     const: 0
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg