diff options
author | 2021-11-24 15:14:12 +0900 | |
---|---|---|
committer | 2021-12-02 21:52:25 +0900 | |
commit | 1ed162b56baae221da049ba8641ddd4fca33c0b9 (patch) | |
tree | b48b182bf6e87ad53fec8752af71d8adbb702b23 | |
parent | dt-bindings: iommu: apple,dart: Add power-domains property (diff) | |
download | wireguard-linux-1ed162b56baae221da049ba8641ddd4fca33c0b9.tar.xz wireguard-linux-1ed162b56baae221da049ba8641ddd4fca33c0b9.zip |
dt-bindings: pinctrl: apple,pinctrl: Add power-domains property
This will bind to the PMGR pwrstate nodes that control power/clock
gating to SoC blocks. The pinctrl driver doesn't do runtime-pm yet, so
initially this will just keep the domain on permanently.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml index 07b00de79755..200d411621e7 100644 --- a/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml @@ -50,6 +50,9 @@ properties: '#interrupt-cells': const: 2 + power-domains: + maxItems: 1 + patternProperties: '-pins$': type: object |