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

ARM: dts: tango4: remove bogus interrupt-controller property

dtc points out that the parent node of the interrupt controllers is not
actually an interrupt controller itself, and lacks an #interrupt-cells
property:

arch/arm/boot/dts/tango4-vantage-1172.dtb: Warning (interrupts_property): Missing #interrupt-cells in interrupt-parent /soc/interrupt-controller@6e000

This removes the annotation.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

-1
-1
arch/arm/boot/dts/tango4-common.dtsi
··· 156 156 reg = <0x6e000 0x400>; 157 157 ranges = <0 0x6e000 0x400>; 158 158 interrupt-parent = <&gic>; 159 - interrupt-controller; 160 159 #address-cells = <1>; 161 160 #size-cells = <1>; 162 161