diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2013-06-03 20:10:11 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-04 21:17:22 (GMT) |
commit | 6d75afe2916adf9e9de6862275cdf89b9b7e4d0e (patch) | |
tree | fcb14f28ffeab0dbda5bbacdbc09638dfb67a0f7 /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | c5ceea7a2813fecded01567383cca4d6855164ab (diff) | |
download | linux-fsl-qoriq-6d75afe2916adf9e9de6862275cdf89b9b7e4d0e.tar.xz |
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 'arch/arm/boot/dts/am335x-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 2 |
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 acbcac3..4297899 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"; }; |