OSDN Git Service

dt-bindings: interrupt-controller: apple,aic: Add power-domains property
authorHector Martin <marcan@marcan.st>
Wed, 24 Nov 2021 06:15:41 +0000 (15:15 +0900)
committerHector Martin <marcan@marcan.st>
Thu, 2 Dec 2021 12:52:25 +0000 (21:52 +0900)
This will bind to the PMGR pwrstate nodes that control power/clock
gating to SoC blocks. The AIC driver doesn't do runtime-pm and likely
never will (since it is system-critical), but it makes sense to describe
the power domain relationship the devicetree properly.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml

index cf6c091..9735902 100644 (file)
@@ -65,6 +65,9 @@ properties:
       Specifies base physical address and size of the AIC registers.
     maxItems: 1
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - '#interrupt-cells'