summaryrefslogtreecommitdiff
path: root/arch/arm/dts/dra76-evm.dts
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2019-08-31 10:30:32 +0300
committerTom Rini <trini@konsulko.com>2019-11-03 09:15:46 -0500
commit68d875da4cb0824ceb0b4c436d0447bd28686342 (patch)
tree531a3cca7340f3beaabed8d74053ebb68fb9ae05 /arch/arm/dts/dra76-evm.dts
parent5d6f05352b69d4858a2a9e9136ac3a734f0222bb (diff)
arm: dts: dra7: 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/dra76-evm.dts')
-rw-r--r--arch/arm/dts/dra76-evm.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/dra76-evm.dts b/arch/arm/dts/dra76-evm.dts
index a1f289f3450..e3da17ac97e 100644
--- a/arch/arm/dts/dra76-evm.dts
+++ b/arch/arm/dts/dra76-evm.dts
@@ -341,13 +341,13 @@
};
&cpsw_emac0 {
- phy_id = <&davinci_mdio>, <2>;
+ phy-handle = <&dp83867_0>;
phy-mode = "rgmii-id";
dual_emac_res_vlan = <1>;
};
&cpsw_emac1 {
- phy_id = <&davinci_mdio>, <3>;
+ phy-handle = <&dp83867_1>;
phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>;
};