Commit 2bef7ca3 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: 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 5d4bc4bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
};

&ethsc {
	interrupts = <0 49 4>;
	interrupts = <1 8>;
};

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

&ethsc {
	interrupts = <0 52 4>;
	interrupts = <4 8>;
};

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

&ethsc {
	interrupts = <0 50 4>;
	interrupts = <2 8>;
};

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

&ethsc {
	interrupts = <0 48 4>;
	interrupts = <0 8>;
};

&serial0 {
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
		#address-cells = <1>;
		#size-cells = <1>;
		ranges = <0x00000000 1 0x01f00000 0x00100000>;
		interrupt-parent = <&gpio>;

		ethsc: ethernet@0 {
			compatible = "smsc,lan9118", "smsc,lan9115";