diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-15 07:15:12 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-11-16 19:16:55 +0300 |
commit | ba5b5034bd29ad94a16d73ed64fbeab0fa863f4d (patch) | |
tree | fc90960984926da3e632056d22d28ffebc1e2653 | |
parent | ec473a9c40416ef1802088e9f9d44d40c16aac6a (diff) | |
download | linux-ba5b5034bd29ad94a16d73ed64fbeab0fa863f4d.tar.xz |
arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3
Commit 429f203eb712 ("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>
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts index dad4743fb151..864feeb35180 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts @@ -38,7 +38,8 @@ }; ðsc { - interrupts = <0 52 4>; + interrupt-parent = <&gpio>; + interrupts = <0 8>; }; &serial0 { |