Skip to content

Commit ba5b503

Browse files
masahir0yarndb
authored andcommitted
arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3
Commit 429f203 ("arm64: dts: uniphier: route on-board device IRQ to GPIO controller") missed to update this DTS. It becames a real problem when arm and arm64 trees are merged together. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent ec473a9 commit ba5b503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
};
3939

4040
&ethsc {
41-
interrupts = <0 52 4>;
41+
interrupt-parent = <&gpio>;
42+
interrupts = <0 8>;
4243
};
4344

4445
&serial0 {

0 commit comments

Comments
 (0)