[PATCH 1/2] dt-bindings: power: fsl,imx-gpc: Document address-cells
Alexander Stein
alexander.stein at ew.tq-group.com
Fri Dec 12 00:58:59 PST 2025
The GPC power controller is an interrupt controllers and can be referenced
in interrupt-map properties, e.g. PCIe controller, thus the node should
have address-cells property.
Signed-off-by: Alexander Stein <alexander.stein at ew.tq-group.com>
---
Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml b/Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml
index 9de3fe73c1eb6..d49a5130b87c7 100644
--- a/Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml
+++ b/Documentation/devicetree/bindings/power/fsl,imx-gpc.yaml
@@ -38,6 +38,9 @@ properties:
reg:
maxItems: 1
+ "#address-cells":
+ const: 0
+
interrupts:
maxItems: 1
--
2.43.0
More information about the linux-arm-kernel
mailing list