Commit 4cd81356 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Thomas Bogendoerfer

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: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 109d587a
...@@ -40,7 +40,6 @@ sram@1f000000 { ...@@ -40,7 +40,6 @@ sram@1f000000 {
eiu0: eiu@101000 { eiu0: eiu@101000 {
#interrupt-cells = <1>; #interrupt-cells = <1>;
interrupt-controller; interrupt-controller;
interrupt-parent;
compatible = "lantiq,eiu-xway"; compatible = "lantiq,eiu-xway";
reg = <0x101000 0x1000>; reg = <0x101000 0x1000>;
}; };
......
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