OSDN Git Service

ARM: dts: am335x-sancloud-bbe: fix phy mode
authorMans Rullgard <mans@mansr.com>
Sun, 1 Dec 2019 17:07:06 +0000 (17:07 +0000)
committerTony Lindgren <tony@atomide.com>
Tue, 10 Dec 2019 15:18:21 +0000 (07:18 -0800)
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: Mans Rullgard <mans@mansr.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-sancloud-bbe.dts

index 8678e6e..e5fdb7a 100644 (file)
 
 &cpsw_emac0 {
        phy-handle = <&ethphy0>;
-       phy-mode = "rgmii-txid";
+       phy-mode = "rgmii-id";
 };
 
 &i2c0 {