]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: dts: AM33XX: Add phy-mode to CPSW node
authorMugunthan V N <mugunthanvnm@ti.com>
Mon, 3 Jun 2013 20:10:11 +0000 (20:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2013 21:17:22 +0000 (14:17 -0700)
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>
arch/arm/boot/dts/am335x-bone.dts
arch/arm/boot/dts/am335x-evm.dts
arch/arm/boot/dts/am335x-evmsk.dts

index 5302f79c05b719e3317bb0e3431c144073691724..4b5a8e065dcb60c577bcb138de40ab8141558f1c 100644 (file)
 
 &cpsw_emac0 {
        phy_id = <&davinci_mdio>, <0>;
+       phy-mode = "mii";
 };
 
 &cpsw_emac1 {
        phy_id = <&davinci_mdio>, <1>;
+       phy-mode = "mii";
 };
index 0423298a26fe634e174b4138cac7ee2ee28f6a2c..814ee037fd51fbb9a81774b2c4ba5e23fda6ae3a 100644 (file)
 
 &cpsw_emac0 {
        phy_id = <&davinci_mdio>, <0>;
+       phy-mode = "rgmii-txid";
 };
 
 &cpsw_emac1 {
        phy_id = <&davinci_mdio>, <1>;
+       phy-mode = "rgmii-txid";
 };
index acbcac3409750e40ed525017c9894f2268320f45..4297899a24708a30e13e7cf5e24b99a591fb0eeb 100644 (file)
 
 &cpsw_emac0 {
        phy_id = <&davinci_mdio>, <0>;
+       phy-mode = "rgmii-txid";
 };
 
 &cpsw_emac1 {
        phy_id = <&davinci_mdio>, <1>;
+       phy-mode = "rgmii-txid";
 };