Skip to content

Commit ab342c7

Browse files
Dmitry Lifshitztmlind
authored andcommitted
ARM: dts: am57xx: sbc-am57x: correct Eth PHY settings
Update Eth PHY settings to make it possible to run both phys at 1Gbps. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 2fe8bab commit ab342c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/am57xx-cl-som-am57x.dts

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

560560
&cpsw_emac0 {
561561
phy_id = <&davinci_mdio>, <0>;
562-
phy-mode = "rgmii";
562+
phy-mode = "rgmii-txid";
563563
dual_emac_res_vlan = <0>;
564564
};
565565

566566
&cpsw_emac1 {
567567
phy_id = <&davinci_mdio>, <1>;
568-
phy-mode = "rgmii";
568+
phy-mode = "rgmii-txid";
569569
dual_emac_res_vlan = <1>;
570570
};
571571

0 commit comments

Comments
 (0)