Skip to content

Commit e873cc0

Browse files
author
Nicolas Ferre
committed
ARM: dts: at91: sama5d4 xplained: fix phy0 IRQ type
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: 38153a0 ("ARM: at91/dt: sama5d4: add dts for sama5d4 xplained board") Cc: <stable@vger.kernel.org> # 4.1+
1 parent f505dba commit e873cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/at91-sama5d4_xplained.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
phy0: ethernet-phy@1 {
9393
interrupt-parent = <&pioE>;
94-
interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
94+
interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
9595
reg = <1>;
9696
};
9797
};

0 commit comments

Comments
 (0)