提交 2bef7ca3 编写于 作者: M Masahiro Yamada

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: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 5d4bc4bd
......@@ -38,7 +38,7 @@
};
&ethsc {
interrupts = <0 49 4>;
interrupts = <1 8>;
};
&serial0 {
......
......@@ -40,7 +40,7 @@
};
&ethsc {
interrupts = <0 52 4>;
interrupts = <4 8>;
};
&serial0 {
......
......@@ -40,7 +40,7 @@
};
&ethsc {
interrupts = <0 50 4>;
interrupts = <2 8>;
};
&serial0 {
......
......@@ -38,7 +38,7 @@
};
&ethsc {
interrupts = <0 48 4>;
interrupts = <0 8>;
};
&serial0 {
......
......@@ -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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册