Skip to content

Commit 3858bfc

Browse files
committed
Merge tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
Two am335x ethernet phy mode fixes for v5.0-rc cycle Recent changes with commit cd28d1d: ("net: phy: at803x: Disable phy delay for RGMII mode") broke Ethernet on am335x-evmsk, and turns out some device driver fixes are needed. Even without the driver fixes, am335x needs to run in rgmii-id mode instead rgmii-txid mode. Things have been working based on luck as the broken driver has been configuring rgmii-id mode. Let's fix that as that way things work as they're supposed to work from hardware wiring point of view. * tag 'omap-for-v5.0/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: dts: am335x-evm: Fix PHY mode for ethernet ARM: dts: am335x-evmsk: Fix PHY mode for ethernet Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 94d9b93 + 0661465 commit 3858bfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm/boot/dts/am335x-evm.dts

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

730730
&cpsw_emac0 {
731731
phy-handle = <&ethphy0>;
732-
phy-mode = "rgmii-txid";
732+
phy-mode = "rgmii-id";
733733
};
734734

735735
&tscadc {

arch/arm/boot/dts/am335x-evmsk.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,13 +651,13 @@
651651

652652
&cpsw_emac0 {
653653
phy-handle = <&ethphy0>;
654-
phy-mode = "rgmii-txid";
654+
phy-mode = "rgmii-id";
655655
dual_emac_res_vlan = <1>;
656656
};
657657

658658
&cpsw_emac1 {
659659
phy-handle = <&ethphy1>;
660-
phy-mode = "rgmii-txid";
660+
phy-mode = "rgmii-id";
661661
dual_emac_res_vlan = <2>;
662662
};
663663

0 commit comments

Comments
 (0)