[PATCH 1/7] dt-bindings: interrupt-controller: mpm: Document power-domains property
From: Sneh Mankad
Date: Mon Jul 13 2026 - 06:26:32 EST
Remove #power-domain-cells property and add power-domains property for
MPM device.
Signed-off-by: Sneh Mankad <sneh.mankad@xxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/interrupt-controller/qcom,mpm.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,mpm.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,mpm.yaml
index ebb40c48950ab3a8fc86f5708acfc33c33d68993..3f9645fbc3c20633077aaa589e5d5a43928dab51 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/qcom,mpm.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,mpm.yaml
@@ -68,8 +68,8 @@ properties:
- description: MPM pin number
- description: GIC SPI number for the MPM pin
- '#power-domain-cells':
- const: 0
+ power-domains:
+ maxItems: 1
required:
- compatible
@@ -113,6 +113,6 @@ examples:
<24 79>,
<86 183>,
<91 260>;
- #power-domain-cells = <0>;
+ power-domains = <&cluster_pd>;
};
};
--
2.34.1