aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2018-09-10 18:57:46 -0400
committerTony Lindgren <tony@atomide.com>2018-09-20 17:42:14 -0400
commit5180679c9a9d9789e2d2eccc038a557c2495222e (patch)
treeccf533fd2bc925adca343892ea2756be3e248d53
parent04f48434dce0600249545c308cbd1fa937098d7f (diff)
ARM: dts: dra76-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/dra76-evm.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra76-evm.dts b/arch/arm/boot/dts/dra76-evm.dts
index 5a46163d465f..8a57895fd8f3 100644
--- a/arch/arm/boot/dts/dra76-evm.dts
+++ b/arch/arm/boot/dts/dra76-evm.dts
@@ -375,13 +375,13 @@
375}; 375};
376 376
377&cpsw_emac0 { 377&cpsw_emac0 {
378 phy_id = <&davinci_mdio>, <2>; 378 phy-handle = <&dp83867_0>;
379 phy-mode = "rgmii-id"; 379 phy-mode = "rgmii-id";
380 dual_emac_res_vlan = <1>; 380 dual_emac_res_vlan = <1>;
381}; 381};
382 382
383&cpsw_emac1 { 383&cpsw_emac1 {
384 phy_id = <&davinci_mdio>, <3>; 384 phy-handle = <&dp83867_1>;
385 phy-mode = "rgmii-id"; 385 phy-mode = "rgmii-id";
386 dual_emac_res_vlan = <2>; 386 dual_emac_res_vlan = <2>;
387}; 387};