diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2016-01-27 11:03:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-25 12:01:20 -0800 |
commit | 3b18631fbcea811634fadacb5a7358170d9e3414 (patch) | |
tree | 2feb7a4056a90801c6abf599a0e544ffee1b8d22 /arch/arm/boot | |
parent | 080fc28fe4759d0d8a64b8980e4e6220a590221e (diff) | |
download | talos-op-linux-3b18631fbcea811634fadacb5a7358170d9e3414.tar.gz talos-op-linux-3b18631fbcea811634fadacb5a7358170d9e3414.zip |
ARM: dts: at91: sama5d4 xplained: fix phy0 IRQ type
commit e873cc022ce5e2c04bbc53b5874494b657e29d3f upstream.
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")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index 8cf9999cb0cd..569026e8f96c 100644 --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts @@ -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>; }; }; |