]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 15 Nov 2017 04:15:12 +0000 (13:15 +0900)
committerArnd Bergmann <arnd@arndb.de>
Thu, 16 Nov 2017 16:16:55 +0000 (17:16 +0100)
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>
arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts

index dad4743fb15164451bbc4e6dae905beb8d88cf51..864feeb3518014f2f9670e3f82c5815c624d038a 100644 (file)
@@ -38,7 +38,8 @@
 };
 
 &ethsc {
-       interrupts = <0 52 4>;
+       interrupt-parent = <&gpio>;
+       interrupts = <0 8>;
 };
 
 &serial0 {