diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-18 13:24:34 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-24 02:08:56 +0900 |
commit | 2bef7ca3798f2c3001ba4bbc7b998ec784ee997a (patch) | |
tree | 5db77d63ec5d174fe59e49e6a233948205d2ba64 /arch/arm/boot/dts/uniphier-ld4-ref.dts | |
parent | 5d4bc4bd41261e5630cdd76639e9c8329ab4f4e5 (diff) |
ARM: dts: uniphier: route on-board device IRQ to GPIO controller
Interrupt lines from on-board devices are connected to the GPIO
controller. Handle this correctly.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ld4-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld4-ref.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld4-ref.dts b/arch/arm/boot/dts/uniphier-ld4-ref.dts index b3aaab354f3e..148e7bb0cccb 100644 --- a/arch/arm/boot/dts/uniphier-ld4-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld4-ref.dts @@ -38,7 +38,7 @@ }; ðsc { - interrupts = <0 49 4>; + interrupts = <1 8>; }; &serial0 { |