aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-evmsk.dts
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2013-06-03 20:10:11 +0000
committerDavid S. Miller <davem@davemloft.net>2013-06-04 14:17:22 -0700
commit6d75afe2916adf9e9de6862275cdf89b9b7e4d0e (patch)
treefcb14f28ffeab0dbda5bbacdbc09638dfb67a0f7 /arch/arm/boot/dts/am335x-evmsk.dts
parentdrivers: net: ethernet: cpsw: add phy-mode support to cpsw driver (diff)
downloadlinux-dev-6d75afe2916adf9e9de6862275cdf89b9b7e4d0e.tar.xz
linux-dev-6d75afe2916adf9e9de6862275cdf89b9b7e4d0e.zip
ARM: dts: AM33XX: Add phy-mode to CPSW node
Adding phy-mode to CPSW node for beaglebone, EVM and EVMsk. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--arch/arm/boot/dts/am335x-evmsk.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
index acbcac340975..4297899a2470 100644
--- a/arch/arm/boot/dts/am335x-evmsk.dts
+++ b/arch/arm/boot/dts/am335x-evmsk.dts
@@ -251,8 +251,10 @@
&cpsw_emac0 {
phy_id = <&davinci_mdio>, <0>;
+ phy-mode = "rgmii-txid";
};
&cpsw_emac1 {
phy_id = <&davinci_mdio>, <1>;
+ phy-mode = "rgmii-txid";
};