summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dm8148-t410.dts
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2020-03-03 22:18:36 +0100
committerTony Lindgren <tony@atomide.com>2020-03-03 22:25:47 +0100
commitb46b2b7ba6e104d265ab705914859ec0db7a98c5 (patch)
treed3bcfd1d48d7225e7cb1cb667fdef4a5d6a81b77 /arch/arm/boot/dts/dm8148-t410.dts
parentMerge branch 'omap-for-v5.6/fixes-rc3' into fixes (diff)
downloadlinux-b46b2b7ba6e104d265ab705914859ec0db7a98c5.tar.xz
linux-b46b2b7ba6e104d265ab705914859ec0db7a98c5.zip
ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode
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>
Diffstat (limited to 'arch/arm/boot/dts/dm8148-t410.dts')
-rw-r--r--arch/arm/boot/dts/dm8148-t410.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dm8148-t410.dts b/arch/arm/boot/dts/dm8148-t410.dts
index 9e43d5ec0bb2..79ccdd4470f4 100644
--- a/arch/arm/boot/dts/dm8148-t410.dts
+++ b/arch/arm/boot/dts/dm8148-t410.dts
@@ -33,12 +33,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 {