Commit b46b2b7b authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode

Commit cd28d1d6 ("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: default avatarTony Lindgren <tony@atomide.com>
parent 697b4f16
...@@ -24,12 +24,12 @@ vmmcsd_fixed: fixedregulator0 { ...@@ -24,12 +24,12 @@ vmmcsd_fixed: fixedregulator0 {
&cpsw_emac0 { &cpsw_emac0 {
phy-handle = <&ethphy0>; phy-handle = <&ethphy0>;
phy-mode = "rgmii"; phy-mode = "rgmii-id";
}; };
&cpsw_emac1 { &cpsw_emac1 {
phy-handle = <&ethphy1>; phy-handle = <&ethphy1>;
phy-mode = "rgmii"; phy-mode = "rgmii-id";
}; };
&davinci_mdio { &davinci_mdio {
......
...@@ -33,12 +33,12 @@ vmmcsd_fixed: fixedregulator0 { ...@@ -33,12 +33,12 @@ vmmcsd_fixed: fixedregulator0 {
&cpsw_emac0 { &cpsw_emac0 {
phy-handle = <&ethphy0>; phy-handle = <&ethphy0>;
phy-mode = "rgmii"; phy-mode = "rgmii-id";
}; };
&cpsw_emac1 { &cpsw_emac1 {
phy-handle = <&ethphy1>; phy-handle = <&ethphy1>;
phy-mode = "rgmii"; phy-mode = "rgmii-id";
}; };
&davinci_mdio { &davinci_mdio {
......
...@@ -24,12 +24,12 @@ vmmcsd_fixed: fixedregulator0 { ...@@ -24,12 +24,12 @@ vmmcsd_fixed: fixedregulator0 {
&cpsw_emac0 { &cpsw_emac0 {
phy-handle = <&ethphy0>; phy-handle = <&ethphy0>;
phy-mode = "rgmii"; phy-mode = "rgmii-id";
}; };
&cpsw_emac1 { &cpsw_emac1 {
phy-handle = <&ethphy1>; phy-handle = <&ethphy1>;
phy-mode = "rgmii"; phy-mode = "rgmii-id";
}; };
&davinci_mdio { &davinci_mdio {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment