Skip to content

Commit c5f02e0

Browse files
committed
dt-bindings: interrupt-controller: ti,sci-inta: Add missing "#interrupt-cells" to example
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent 3d973b9 commit c5f02e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ examples:
109109
compatible = "ti,sci-inta";
110110
reg = <0x0 0x33d00000 0x0 0x100000>;
111111
interrupt-controller;
112+
#interrupt-cells = <0>;
112113
msi-controller;
113114
interrupt-parent = <&main_navss_intr>;
114115
ti,sci = <&dmsc>;

0 commit comments

Comments
 (0)