Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e873cc02 authored by Nicolas Ferre's avatar Nicolas Ferre
Browse files

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: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Fixes: 38153a01 ("ARM: at91/dt: sama5d4: add dts for sama5d4 xplained board")
Cc: <stable@vger.kernel.org> # 4.1+
parent f505dba7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
				};
			};