projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40fbbf
)
ARM: dts: AM33XX: Add CPSW phy_id device tree data to am335x-evmsk
author
Mugunthan V N
<mugunthanvnm@ti.com>
Mon, 3 Jun 2013 20:10:09 +0000
(20:10 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 4 Jun 2013 21:17:22 +0000
(14:17 -0700)
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>
arch/arm/boot/dts/am335x-evmsk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-evmsk.dts
b/arch/arm/boot/dts/am335x-evmsk.dts
index f67c360844f482f20338c9b18b5ff0b76f2de542..acbcac3409750e40ed525017c9894f2268320f45 100644
(file)
--- 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>;
+};