diff mbox series

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

Message ID 20191201170706.7173-1-mans@mansr.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: am335x-sancloud-bbe: fix phy mode | expand

Commit Message

Mans Rullgard Dec. 1, 2019, 5:07 p.m. UTC
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>
---
 arch/arm/boot/dts/am335x-sancloud-bbe.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tony Lindgren Dec. 10, 2019, 3:17 p.m. UTC | #1
* Mans Rullgard <mans@mansr.com> [191201 09:15]:
> The phy mode should be rgmii-id.  For some reason, it used to work with
> rgmii-txid but doesn't any more.

Applying into fixes thanks.

Tony
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/am335x-sancloud-bbe.dts b/arch/arm/boot/dts/am335x-sancloud-bbe.dts
index 8678e6e35493..e5fdb7abb0d5 100644
--- a/arch/arm/boot/dts/am335x-sancloud-bbe.dts
+++ b/arch/arm/boot/dts/am335x-sancloud-bbe.dts
@@ -108,7 +108,7 @@ 
 
 &cpsw_emac0 {
 	phy-handle = <&ethphy0>;
-	phy-mode = "rgmii-txid";
+	phy-mode = "rgmii-id";
 };
 
 &i2c0 {