]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ARM: dts: uniphier: route on-board device IRQ to GPIO controller
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 18 Oct 2017 04:24:34 +0000 (13:24 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 23 Oct 2017 17:08:56 +0000 (02:08 +0900)
Interrupt lines from on-board devices are connected to the GPIO
controller.  Handle this correctly.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-ld4-ref.dts
arch/arm/boot/dts/uniphier-ld6b-ref.dts
arch/arm/boot/dts/uniphier-pro4-ref.dts
arch/arm/boot/dts/uniphier-sld8-ref.dts
arch/arm/boot/dts/uniphier-support-card.dtsi

index b3aaab354f3e0e8ff842db3549f865e7c1c60e10..148e7bb0cccbf6889e3cb0b9d1829af3b2dc3533 100644 (file)
@@ -38,7 +38,7 @@
 };
 
 &ethsc {
-       interrupts = <0 49 4>;
+       interrupts = <1 8>;
 };
 
 &serial0 {
index 2188d114d79b06c9b9b1bfde5d8cee1bc82e02df..ec2a09844b9673a2389dbf8a946ddaa99ea8f4e1 100644 (file)
@@ -40,7 +40,7 @@
 };
 
 &ethsc {
-       interrupts = <0 52 4>;
+       interrupts = <4 8>;
 };
 
 &serial0 {
index 903df6348e77db51d2bcc86d2aa1d32a0cf3dece..7316cc6faf95144f3f843249655ce80fe83f0997 100644 (file)
@@ -40,7 +40,7 @@
 };
 
 &ethsc {
-       interrupts = <0 50 4>;
+       interrupts = <2 8>;
 };
 
 &serial0 {
index 5accd3cc76e4aaee7471f0ce7542bfc7eb6d1ac9..4ec48a131b6ec24c8bcc023e4e25a358c0665900 100644 (file)
@@ -38,7 +38,7 @@
 };
 
 &ethsc {
-       interrupts = <0 48 4>;
+       interrupts = <0 8>;
 };
 
 &serial0 {
index 7751511aee1674eaa64468900ed35f833774c745..e4e7e1bb91720ccc10aa564365bfd1f164433921 100644 (file)
@@ -16,6 +16,7 @@
                #address-cells = <1>;
                #size-cells = <1>;
                ranges = <0x00000000 1 0x01f00000 0x00100000>;
+               interrupt-parent = <&gpio>;
 
                ethsc: ethernet@0 {
                        compatible = "smsc,lan9118", "smsc,lan9115";