Skip to content

Commit 80bf725

Browse files
pdp7tmlind
authored andcommitted
ARM: dts: am5729: beaglebone-ai: fix rgmii phy-mode
Since commit cd28d1d ("net: phy: at803x: Disable phy delay for RGMII mode") the networking is broken on the BeagleBone AI which has the AR8035 PHY for Gigabit Ethernet [0]. The fix is to switch from phy-mode = "rgmii" to phy-mode = "rgmii-rxid". Note: Grygorii made a similar DT fix for other AM57xx boards with a different phy in commit 820f8a8 ("ARM: dts: am57xx: fix networking on boards with ksz9031 phy"). [0] https://git.io/Jf7PX Fixes: 520557d ("ARM: dts: am5729: beaglebone-ai: adding device tree") Cc: Vinod Koul <[email protected]> Reviewed-by: Grygorii Strashko <[email protected]> Signed-off-by: Robert Nelson <[email protected]> Signed-off-by: Drew Fustini <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent c030688 commit 80bf725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/am5729-beagleboneai.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505

506506
&cpsw_emac0 {
507507
phy-handle = <&phy0>;
508-
phy-mode = "rgmii";
508+
phy-mode = "rgmii-rxid";
509509
};
510510

511511
&ocp {

0 commit comments

Comments
 (0)