diff options
author | Tony Lindgren <tony@atomide.com> | 2020-03-03 13:18:36 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-03-03 13:25:47 -0800 |
commit | b46b2b7ba6e104d265ab705914859ec0db7a98c5 (patch) | |
tree | d3bcfd1d48d7225e7cb1cb667fdef4a5d6a81b77 /arch/arm/boot/dts/dm8148-evm.dts | |
parent | 697b4f1603e7358a02027ce4310fee0fe43cb286 (diff) |
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-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dm8148-evm.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dm8148-evm.dts b/arch/arm/boot/dts/dm8148-evm.dts index 3931fb068ff0..91d1018ab75f 100644 --- a/arch/arm/boot/dts/dm8148-evm.dts +++ b/arch/arm/boot/dts/dm8148-evm.dts @@ -24,12 +24,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 { |