]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
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 8678e6e35493fc7b6548942ed643feec16a51407..e5fdb7abb0d54a47eceb026009d1ef1173de7e7f 100644 (file)
 
 &cpsw_emac0 {
        phy-handle = <&ethphy0>;
-       phy-mode = "rgmii-txid";
+       phy-mode = "rgmii-id";
 };
 
 &i2c0 {