diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2015-12-30 13:39:05 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-01-27 17:19:31 (GMT) |
commit | ab342c77fa60a30fce4d4228f88fd1b7bf566055 (patch) | |
tree | 94ff6fd797b3110692431d5056d533fbe388cd65 /arch/arm | |
parent | 2fe8bab2b0b1ab72dc54814c5d904a1044b36acc (diff) | |
download | linux-ab342c77fa60a30fce4d4228f88fd1b7bf566055.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts index 9e0153a..8d93882 100644 --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts @@ -559,13 +559,13 @@ &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>; }; |