ARM: dts: am57xx: sbc-am57x: correct Eth PHY settings
authorDmitry Lifshitz <lifshitz@compulab.co.il>
Wed, 30 Dec 2015 13:39:05 +0000 (15:39 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 27 Jan 2016 17:19:31 +0000 (09:19 -0800)
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>
arch/arm/boot/dts/am57xx-cl-som-am57x.dts

index 9e0153a..8d93882 100644 (file)
 
 &cpsw_emac0 {
        phy_id = <&davinci_mdio>, <0>;
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-txid";
        dual_emac_res_vlan = <0>;
 };
 
 &cpsw_emac1 {
        phy_id = <&davinci_mdio>, <1>;
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-txid";
        dual_emac_res_vlan = <1>;
 };