OSDN Git Service

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 ffb473a..77f50fd 100644 (file)
@@ -40,7 +40,8 @@
 };
 
 &ethsc {
-       interrupts = <0 48 4>;
+       interrupt-parent = <&gpio>;
+       interrupts = <0 8>;
 };
 
 &serial0 {
index 1ca0c86..1f55fe1 100644 (file)
@@ -40,7 +40,8 @@
 };
 
 &ethsc {
-       interrupts = <0 48 4>;
+       interrupt-parent = <&gpio>;
+       interrupts = <0 8>;
 };
 
 &serial0 {