arm64: dts: uniphier: remove unnecessary interrupt-parent
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 17 Nov 2017 05:24:46 +0000 (14:24 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 29 Nov 2017 13:21:08 +0000 (22:21 +0900)
These were added to make the ARM64 branch self-contained because
updates for ARM and ARM64 are supposed to be sent as separate
pull requests.

Now, they were merged together in Linus' tree and interrupt-parent
from the arch/arm/boot/dts/uniphier-support-card.dtsi is visible from
ARM64 DT files by the cross-arch reference.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts
arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts

index dd7193a..6bdefb2 100644 (file)
@@ -40,7 +40,6 @@
 };
 
 &ethsc {
-       interrupt-parent = <&gpio>;
        interrupts = <0 8>;
 };
 
index d99e373..254d679 100644 (file)
@@ -40,7 +40,6 @@
 };
 
 &ethsc {
-       interrupt-parent = <&gpio>;
        interrupts = <0 8>;
 };
 
index 6b5b6c2..f9f06fc 100644 (file)
@@ -38,7 +38,6 @@
 };
 
 &ethsc {
-       interrupt-parent = <&gpio>;
        interrupts = <4 8>;
 };