aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/am335x-shc.dts
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2019-08-31 10:30:34 +0300
committerTom Rini <trini@konsulko.com>2019-11-03 09:15:46 -0500
commit3b3e8a37d36e7a413bacf560ed138c6680bcb89b (patch)
tree06fa1e1eb97918b4583f310d83d9c14adfe33bc1 /arch/arm/dts/am335x-shc.dts
parentb1fe4fe330711c4a2ce2d9ba583bdeae22886589 (diff)
downloadu-boot-3b3e8a37d36e7a413bacf560ed138c6680bcb89b.zip
u-boot-3b3e8a37d36e7a413bacf560ed138c6680bcb89b.tar.gz
u-boot-3b3e8a37d36e7a413bacf560ed138c6680bcb89b.tar.bz2
arm: dts: am335x: sync cpsw/mdio/phy with latest linux - drop phy_id
Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated phy_id property with phy-handle. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Cc: Lokesh Vutla <lokeshvutla@ti.com> Cc: Hannes Schmelzer <hannes.schmelzer@br-automation.com> Cc: Heiko Schocher <hs@denx.de> Cc: Felix Brack <fb@ltec.ch> Cc: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'arch/arm/dts/am335x-shc.dts')
-rw-r--r--arch/arm/dts/am335x-shc.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/dts/am335x-shc.dts b/arch/arm/dts/am335x-shc.dts
index 5cdd309..8e35c43 100644
--- a/arch/arm/dts/am335x-shc.dts
+++ b/arch/arm/dts/am335x-shc.dts
@@ -197,17 +197,17 @@
};
};
+&cpsw_emac0 {
+ phy-mode = "mii";
+ phy-handle = <&ethernetphy0>;
+};
+
&mac {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&cpsw_default>;
pinctrl-1 = <&cpsw_sleep>;
status = "okay";
slaves = <1>;
- cpsw_emac0: slave@4a100200 {
- phy_id = <&davinci_mdio>, <0>;
- phy-mode = "mii";
- phy-handle = <&ethernetphy0>;
- };
};
&mmc1 {