summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2018-09-10 17:57:49 -0500
committerTony Lindgren <tony@atomide.com>2018-09-20 14:42:28 -0700
commitc4ab246845652db29ae9dfd3c3b7c8e048cc9b72 (patch)
tree2e89bf8c824b42f6621a94aebb6522fa7de63a15
parentf1934c90a2cbebbbf23d928bd0dce2d7a1e71cd3 (diff)
downloadlinux-c4ab246845652db29ae9dfd3c3b7c8e048cc9b72.tar.bz2
ARM: dts: dra71-evm: 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/dra71-evm.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra71-evm.dts b/arch/arm/boot/dts/dra71-evm.dts
index c471bf3277b4..82cc7ec37af0 100644
--- a/arch/arm/boot/dts/dra71-evm.dts
+++ b/arch/arm/boot/dts/dra71-evm.dts
@@ -203,13 +203,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>;
};