aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDmitry Lifshitz <lifshitz@compulab.co.il>2015-12-30 15:39:05 +0200
committerTony Lindgren <tony@atomide.com>2016-01-27 09:19:31 -0800
commitab342c77fa60a30fce4d4228f88fd1b7bf566055 (patch)
tree94ff6fd797b3110692431d5056d533fbe388cd65 /arch
parentARM: dts: am57xx: cl-som-am57x: fix CPSW EMAC pinmux (diff)
downloadlinux-dev-ab342c77fa60a30fce4d4228f88fd1b7bf566055.tar.xz
linux-dev-ab342c77fa60a30fce4d4228f88fd1b7bf566055.zip
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')
-rw-r--r--arch/arm/boot/dts/am57xx-cl-som-am57x.dts4
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 9e0153a70d51..8d93882dc8d5 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>;
};