Commit 2bef7ca3 authored by Masahiro Yamada's avatar 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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 5d4bc4bd
...@@ -38,7 +38,7 @@ memory@80000000 { ...@@ -38,7 +38,7 @@ memory@80000000 {
}; };
&ethsc { &ethsc {
interrupts = <0 49 4>; interrupts = <1 8>;
}; };
&serial0 { &serial0 {
......
...@@ -40,7 +40,7 @@ memory@80000000 { ...@@ -40,7 +40,7 @@ memory@80000000 {
}; };
&ethsc { &ethsc {
interrupts = <0 52 4>; interrupts = <4 8>;
}; };
&serial0 { &serial0 {
......
...@@ -40,7 +40,7 @@ memory@80000000 { ...@@ -40,7 +40,7 @@ memory@80000000 {
}; };
&ethsc { &ethsc {
interrupts = <0 50 4>; interrupts = <2 8>;
}; };
&serial0 { &serial0 {
......
...@@ -38,7 +38,7 @@ memory@80000000 { ...@@ -38,7 +38,7 @@ memory@80000000 {
}; };
&ethsc { &ethsc {
interrupts = <0 48 4>; interrupts = <0 8>;
}; };
&serial0 { &serial0 {
......
...@@ -16,6 +16,7 @@ support_card: support-card@1,1f00000 { ...@@ -16,6 +16,7 @@ support_card: support-card@1,1f00000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x00000000 1 0x01f00000 0x00100000>; ranges = <0x00000000 1 0x01f00000 0x00100000>;
interrupt-parent = <&gpio>;
ethsc: ethernet@0 { ethsc: ethernet@0 {
compatible = "smsc,lan9118", "smsc,lan9115"; compatible = "smsc,lan9118", "smsc,lan9115";
......
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