Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

+1
+1
Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml
··· 109 109 compatible = "ti,sci-inta"; 110 110 reg = <0x0 0x33d00000 0x0 0x100000>; 111 111 interrupt-controller; 112 + #interrupt-cells = <0>; 112 113 msi-controller; 113 114 interrupt-parent = <&main_navss_intr>; 114 115 ti,sci = <&dmsc>;