summaryrefslogtreecommitdiff
path: root/arch/arm/dts/am43x-epos-evm.dts
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2019-08-31 10:30:33 +0300
committerTom Rini <trini@konsulko.com>2019-11-03 17:15:46 +0300
commitb1fe4fe330711c4a2ce2d9ba583bdeae22886589 (patch)
tree54436d65728cd4c3597ead163e140b48428dfb8f /arch/arm/dts/am43x-epos-evm.dts
parent68d875da4cb0824ceb0b4c436d0447bd28686342 (diff)
downloadu-boot-b1fe4fe330711c4a2ce2d9ba583bdeae22886589.tar.xz
arm: dts: am437x: 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>
Diffstat (limited to 'arch/arm/dts/am43x-epos-evm.dts')
-rw-r--r--arch/arm/dts/am43x-epos-evm.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/dts/am43x-epos-evm.dts b/arch/arm/dts/am43x-epos-evm.dts
index fa4d1e3f32..65f157ed59 100644
--- a/arch/arm/dts/am43x-epos-evm.dts
+++ b/arch/arm/dts/am43x-epos-evm.dts
@@ -389,6 +389,7 @@
pinctrl-0 = <&cpsw_default>;
pinctrl-1 = <&cpsw_sleep>;
status = "okay";
+ slaves = <1>;
};
&davinci_mdio {
@@ -396,15 +397,14 @@
pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>;
status = "okay";
-};
-&cpsw_emac0 {
- phy_id = <&davinci_mdio>, <16>;
- phy-mode = "rmii";
+ ethphy0: ethernet-phy@16 {
+ reg = <16>;
+ };
};
-&cpsw_emac1 {
- phy_id = <&davinci_mdio>, <1>;
+&cpsw_emac0 {
+ phy-handle = <&ethphy0>;
phy-mode = "rmii";
};