dt-bindings: interrupt-controller: apple,aic: Add power-domains property

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>
This commit is contained in:
Hector Martin
2021-11-24 15:15:41 +09:00
parent 1ed162b56b
commit 72baffdd26

View 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'