Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ba5b5034 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Arnd Bergmann
Browse files

arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3

Commit 429f203e

 ("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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent ec473a9c
No related merge requests found
...@@ -38,7 +38,8 @@ memory@80000000 { ...@@ -38,7 +38,8 @@ memory@80000000 {
}; };
&ethsc { &ethsc {
interrupts = <0 52 4>; interrupt-parent = <&gpio>;
interrupts = <0 8>;
}; };
&serial0 { &serial0 {
......
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