aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2018-09-10 18:57:48 -0400
committerTony Lindgren <tony@atomide.com>2018-09-20 17:42:23 -0400
commitf1934c90a2cbebbbf23d928bd0dce2d7a1e71cd3 (patch)
tree1997c6510f5e5a769499e3d659d8eae6b6e774f6
parent24e0023c60050adf4fffccd383a2e75a5e3968a0 (diff)
ARM: dts: dra72-evm-revc: get rid of phy_id property
The phy_id property is deprecated and phy-handle has to be used instead. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/dra72-evm-revc.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra72-evm-revc.dts b/arch/arm/boot/dts/dra72-evm-revc.dts
index bf588d00728d..fafc2a4d7bb9 100644
--- a/arch/arm/boot/dts/dra72-evm-revc.dts
+++ b/arch/arm/boot/dts/dra72-evm-revc.dts
@@ -61,13 +61,13 @@
61}; 61};
62 62
63&cpsw_emac0 { 63&cpsw_emac0 {
64 phy_id = <&davinci_mdio>, <2>; 64 phy-handle = <&dp83867_0>;
65 phy-mode = "rgmii-id"; 65 phy-mode = "rgmii-id";
66 dual_emac_res_vlan = <1>; 66 dual_emac_res_vlan = <1>;
67}; 67};
68 68
69&cpsw_emac1 { 69&cpsw_emac1 {
70 phy_id = <&davinci_mdio>, <3>; 70 phy-handle = <&dp83867_1>;
71 phy-mode = "rgmii-id"; 71 phy-mode = "rgmii-id";
72 dual_emac_res_vlan = <2>; 72 dual_emac_res_vlan = <2>;
73}; 73};