diff options
author | Dai Okamura <okamura.dai@socionext.com> | 2017-11-28 05:41:32 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-29 08:15:47 -0500 |
commit | 6af9bd453112bd0ee8f69e2c5c2e27bd725b1cb0 (patch) | |
tree | 41778c08f953ff3c33ebcb874df21e9baf16721c | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
arm64: dts: uniphier: correct on-board device IRQ number for PXs3
Commit ba5b5034bd29 ("arm64: dts: uniphier: route on-board device IRQ
to GPIO controller for PXs3") has incorrect update.
Fixes: ba5b5034bd29 ("arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3")
Signed-off-by: Dai Okamura <okamura.dai@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 2 |
1 files changed, 1 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 864feeb35180..6b5b6c285964 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | |||
@@ -39,7 +39,7 @@ | |||
39 | 39 | ||
40 | ðsc { | 40 | ðsc { |
41 | interrupt-parent = <&gpio>; | 41 | interrupt-parent = <&gpio>; |
42 | interrupts = <0 8>; | 42 | interrupts = <4 8>; |
43 | }; | 43 | }; |
44 | 44 | ||
45 | &serial0 { | 45 | &serial0 { |