aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2013-06-03 20:10:09 +0000
committerDavid S. Miller <davem@davemloft.net>2013-06-04 14:17:22 -0700
commitf6655d697b85f75d2a1f4f6a03dd2d4c3549e321 (patch)
tree4a7ffa383480a899d9ec7be32e9b6c1c3b5e68d4
parentARM: OMAP2+: omap2plus_defconfig: Enable Atheros support (diff)
downloadlinux-dev-f6655d697b85f75d2a1f4f6a03dd2d4c3549e321.tar.xz
linux-dev-f6655d697b85f75d2a1f4f6a03dd2d4c3549e321.zip
ARM: dts: AM33XX: Add CPSW phy_id device tree data to am335x-evmsk
Add phy_id device tree data to am335x-evmsk device to bring up CPSW ethernet present on am335x starter kit. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--arch/arm/boot/dts/am335x-evmsk.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts
index f67c360844f4..acbcac340975 100644
--- a/arch/arm/boot/dts/am335x-evmsk.dts
+++ b/arch/arm/boot/dts/am335x-evmsk.dts
@@ -248,3 +248,11 @@
};
};
};
+
+&cpsw_emac0 {
+ phy_id = <&davinci_mdio>, <0>;
+};
+
+&cpsw_emac1 {
+ phy_id = <&davinci_mdio>, <1>;
+};