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: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
5d4bc4bd41
commit
2bef7ca379
|
@ -38,7 +38,7 @@
|
|||
};
|
||||
|
||||
ðsc {
|
||||
interrupts = <0 49 4>;
|
||||
interrupts = <1 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
ðsc {
|
||||
interrupts = <0 52 4>;
|
||||
interrupts = <4 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
};
|
||||
|
||||
ðsc {
|
||||
interrupts = <0 50 4>;
|
||||
interrupts = <2 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
};
|
||||
|
||||
ðsc {
|
||||
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";
|
||||
|
|
Loading…
Reference in New Issue