dt-bindings: interrupt-controller: ti,sci-inta: Add missing "#interrupt-cells" to...
authorRob Herring (Arm) <robh@kernel.org>
Wed, 25 Sep 2024 17:34:31 +0000 (12:34 -0500)
committerRob Herring (Arm) <robh@kernel.org>
Wed, 2 Oct 2024 02:16:12 +0000 (21:16 -0500)
Enabling dtc interrupt_provider check reveals the example is missing
the "#interrupt-cells" property as it is a dependency of
"interrupt-controller".

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240925173432.1906168-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml

index 6a49d74..5449266 100644 (file)
@@ -109,6 +109,7 @@ examples:
             compatible = "ti,sci-inta";
             reg = <0x0 0x33d00000 0x0 0x100000>;
             interrupt-controller;
+            #interrupt-cells = <0>;
             msi-controller;
             interrupt-parent = <&main_navss_intr>;
             ti,sci = <&dmsc>;