Skip to content

Commit

Permalink
ARM: dts: tango4: remove bogus interrupt-controller property
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
arndb committed Dec 22, 2017
1 parent 506e8a9 commit fbd90b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/tango4-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
reg = <0x6e000 0x400>;
ranges = <0 0x6e000 0x400>;
interrupt-parent = <&gic>;
interrupt-controller;
#address-cells = <1>;
#size-cells = <1>;

Expand Down

0 comments on commit fbd90b4

Please sign in to comment.