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: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
Masahiro Yamada 2017-10-18 13:24:35 +09:00
Родитель 277b51e705
Коммит 429f203eb7
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -40,7 +40,8 @@
};
&ethsc {
interrupts = <0 48 4>;
interrupt-parent = <&gpio>;
interrupts = <0 8>;
};
&serial0 {

Просмотреть файл

@ -40,7 +40,8 @@
};
&ethsc {
interrupts = <0 48 4>;
interrupt-parent = <&gpio>;
interrupts = <0 8>;
};
&serial0 {