Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@
};

&ethsc {
	interrupts = <0 48 4>;
	interrupt-parent = <&gpio>;
	interrupts = <0 8>;
};

&serial0 {
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@
};

&ethsc {
	interrupts = <0 48 4>;
	interrupt-parent = <&gpio>;
	interrupts = <0 8>;
};

&serial0 {