Commit c842b8c4 authored by Mans Rullgard's avatar Mans Rullgard Committed by Tony Lindgren

ARM: dts: am335x-sancloud-bbe: fix phy mode

The phy mode should be rgmii-id.  For some reason, it used to work with
rgmii-txid but doesn't any more.
Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 93c60483
......@@ -108,7 +108,7 @@ ethphy0: ethernet-phy@0 {
&cpsw_emac0 {
phy-handle = <&ethphy0>;
phy-mode = "rgmii-txid";
phy-mode = "rgmii-id";
};
&i2c0 {
......
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