aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dra76-evm.dts
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2018-09-10 17:57:46 -0500
committerTony Lindgren <tony@atomide.com>2018-09-20 14:42:14 -0700
commit5180679c9a9d9789e2d2eccc038a557c2495222e (patch)
treeccf533fd2bc925adca343892ea2756be3e248d53 /arch/arm/boot/dts/dra76-evm.dts
parentARM: dts: am437x-cm-t43: get rid of phy_id property (diff)
downloadlinux-dev-5180679c9a9d9789e2d2eccc038a557c2495222e.tar.xz
linux-dev-5180679c9a9d9789e2d2eccc038a557c2495222e.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/dra76-evm.dts')
-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 @@
};
&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>;
};