diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-14 23:15:12 -0500 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2017-11-16 11:16:55 -0500 |
| commit | ba5b5034bd29ad94a16d73ed64fbeab0fa863f4d (patch) | |
| tree | fc90960984926da3e632056d22d28ffebc1e2653 | |
| parent | ec473a9c40416ef1802088e9f9d44d40c16aac6a (diff) | |
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 @@ | |||
| 38 | }; | 38 | }; |
| 39 | 39 | ||
| 40 | ðsc { | 40 | ðsc { |
| 41 | interrupts = <0 52 4>; | 41 | interrupt-parent = <&gpio>; |
| 42 | interrupts = <0 8>; | ||
| 42 | }; | 43 | }; |
| 43 | 44 | ||
| 44 | &serial0 { | 45 | &serial0 { |
