diff options
author | Tony Lindgren <tony@atomide.com> | 2020-03-03 22:18:36 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-03-03 22:25:47 +0100 |
commit | b46b2b7ba6e104d265ab705914859ec0db7a98c5 (patch) | |
tree | d3bcfd1d48d7225e7cb1cb667fdef4a5d6a81b77 /arch/arm/boot/dts/dm8148-t410.dts | |
parent | Merge branch 'omap-for-v5.6/fixes-rc3' into fixes (diff) | |
download | linux-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.dts | 4 |
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 = <ðphy0>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; }; &cpsw_emac1 { phy-handle = <ðphy1>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; }; &davinci_mdio { |