Skip to content

Commit

Permalink
arm64: dts: uniphier: route on-board device IRQ to GPIO controller fo…
Browse files Browse the repository at this point in the history
…r 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>
  • Loading branch information
Masahiro Yamada authored and Arnd Bergmann committed Nov 16, 2017
1 parent ec473a9 commit ba5b503
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
};

&ethsc {
interrupts = <0 52 4>;
interrupt-parent = <&gpio>;
interrupts = <0 8>;
};

&serial0 {
Expand Down

0 comments on commit ba5b503

Please sign in to comment.