arm64: dts: uniphier: route on-board device IRQ to GPIO controller
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 18 Oct 2017 04:24:35 +0000 (13:24 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 23 Oct 2017 17:10:47 +0000 (02:10 +0900)
Interrupt lines from on-board devices are connected to the GPIO
controller.  Handle this correctly.

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

index ffb473ad2e0fdbad76e43e50ddcaf3eb32f30c72..77f50fd0446064943718548add2ff3df4234d169 100644 (file)
@@ -40,7 +40,8 @@
 };
 
 &ethsc {
-       interrupts = <0 48 4>;
+       interrupt-parent = <&gpio>;
+       interrupts = <0 8>;
 };
 
 &serial0 {
index 1ca0c8620dc5ac33118a72beb5b586ab8ff0ce2f..1f55fe19a50b77f019423ac1d0d5af330303249d 100644 (file)
@@ -40,7 +40,8 @@
 };
 
 &ethsc {
-       interrupts = <0 48 4>;
+       interrupt-parent = <&gpio>;
+       interrupts = <0 8>;
 };
 
 &serial0 {