]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: at91: sama5d4 xplained: fix phy0 IRQ type
authorNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 27 Jan 2016 10:03:02 +0000 (11:03 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 27 Jan 2016 10:14:25 +0000 (11:14 +0100)
For phy0 KSZ8081, the type of GPIO IRQ should be "level low" instead of
"edge falling".

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Fixes: 38153a017896 ("ARM: at91/dt: sama5d4: add dts for sama5d4 xplained board")
Cc: <stable@vger.kernel.org> # 4.1+
arch/arm/boot/dts/at91-sama5d4_xplained.dts

index 8cf9999cb0cd1d2080f5e5be106206a4e2c79e3f..569026e8f96cadaf25eeb10ca207c02c7f175121 100644 (file)
@@ -91,7 +91,7 @@
 
                                phy0: ethernet-phy@1 {
                                        interrupt-parent = <&pioE>;
-                                       interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
+                                       interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
                                        reg = <1>;
                                };
                        };