Commit fbd90b4c authored by Arnd Bergmann's avatar Arnd Bergmann

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 506e8a91
...@@ -156,7 +156,6 @@ intc: interrupt-controller@6e000 { ...@@ -156,7 +156,6 @@ intc: interrupt-controller@6e000 {
reg = <0x6e000 0x400>; reg = <0x6e000 0x400>;
ranges = <0 0x6e000 0x400>; ranges = <0 0x6e000 0x400>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
interrupt-controller;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment