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

MIPS: dts: lantiq: Remove bogus interrupt-parent; line

Specifying interrupt-parent without a value (in other words, as a bool)
doesn't really mean anything. Remove one such property in the Lantiq
Danube DT, at /sram@1f000000/eiu@101000.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Jonathan Neuschäfer and committed by
Thomas Bogendoerfer
4cd81356 109d587a

-1
-1
arch/mips/boot/dts/lantiq/danube.dtsi
··· 40 40 eiu0: eiu@101000 { 41 41 #interrupt-cells = <1>; 42 42 interrupt-controller; 43 - interrupt-parent; 44 43 compatible = "lantiq,eiu-xway"; 45 44 reg = <0x101000 0x1000>; 46 45 };