aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@microchip.com>2020-04-08 17:20:17 +0200
committerNicolas Ferre <nicolas.ferre@microchip.com>2020-04-17 18:25:46 +0200
commit069ba4704df3072a249d0463d02fd24ca86e645e (patch)
treebd6eaccf08aaaf0f8f23a12eaaa17a979567e8ca
parent4459f8522df821f6498b18245828f3bb995b7849 (diff)
downloadlinux-at91-069ba4704df3072a249d0463d02fd24ca86e645e.tar.gz
ARM: dts: sama5d2 xplained: remove phy interrupt
Remove the interrupt from the PHY as it was causing spurious interrupt while testing WoL. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
-rw-r--r--arch/arm/boot/dts/at91-sama5d2_xplained.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
index 4ffe1e3cff8b1..d70a6f8851c38 100644
--- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
@@ -93,8 +93,8 @@
ethernet-phy@1 {
reg = <0x1>;
- interrupt-parent = <&pioA>;
- interrupts = <PIN_PC9 IRQ_TYPE_LEVEL_LOW>;
+ /*interrupt-parent = <&pioA>;
+ interrupts = <PIN_PC9 IRQ_TYPE_LEVEL_LOW>;*/
};
};