summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dra62x-j5eco-evm.dts
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2020-03-03 13:18:36 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-17 10:49:57 +0200
commit5c234312e805afba78b9923856851771c75dcb75 (patch)
tree7333d51b34b01e0855b55806a82ac28d6027ab03 /arch/arm/boot/dts/dra62x-j5eco-evm.dts
parentd04ffa50f901fe942402b4e6ceadafac3fa85831 (diff)
ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode
[ Upstream commit b46b2b7ba6e104d265ab705914859ec0db7a98c5 ] Commit cd28d1d6e52e ("net: phy: at803x: Disable phy delay for RGMII mode") caused a regression for dm814x boards where NFSroot would no longer work. Let's fix the issue by configuring "rgmii-id" mode as internal delays are needed that is no longer the case with "rgmii" mode. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/dra62x-j5eco-evm.dts')
-rw-r--r--arch/arm/boot/dts/dra62x-j5eco-evm.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra62x-j5eco-evm.dts b/arch/arm/boot/dts/dra62x-j5eco-evm.dts
index 861ab90a3f3a..c16e183822be 100644
--- a/arch/arm/boot/dts/dra62x-j5eco-evm.dts
+++ b/arch/arm/boot/dts/dra62x-j5eco-evm.dts
@@ -24,12 +24,12 @@
&cpsw_emac0 {
phy-handle = <&ethphy0>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
};
&cpsw_emac1 {
phy-handle = <&ethphy1>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
};
&davinci_mdio {