ARM: dts: tango4: remove bogus interrupt-controller property
authorArnd Bergmann <arnd@arndb.de>
Thu, 21 Dec 2017 21:45:24 +0000 (22:45 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Dec 2017 07:04:12 +0000 (08:04 +0100)
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>
arch/arm/boot/dts/tango4-common.dtsi

index 0ec1b0a317b4c4631d4cfe5d9d451e9d16c697de..ff72a8efb73d05e3d219587654b96987ab1b31e5 100644 (file)
                        reg = <0x6e000 0x400>;
                        ranges = <0 0x6e000 0x400>;
                        interrupt-parent = <&gic>;
-                       interrupt-controller;
                        #address-cells = <1>;
                        #size-cells = <1>;