Commit 429f203e authored by Masahiro Yamada's avatar Masahiro Yamada

arm64: dts: uniphier: route on-board device IRQ to GPIO controller

Interrupt lines from on-board devices are connected to the GPIO
controller.  Handle this correctly.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 277b51e7
......@@ -40,7 +40,8 @@ memory@80000000 {
};
&ethsc {
interrupts = <0 48 4>;
interrupt-parent = <&gpio>;
interrupts = <0 8>;
};
&serial0 {
......
......@@ -40,7 +40,8 @@ memory@80000000 {
};
&ethsc {
interrupts = <0 48 4>;
interrupt-parent = <&gpio>;
interrupts = <0 8>;
};
&serial0 {
......
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