summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGrygorii Strashko <grygorii.strashko@ti.com>2018-09-11 00:57:48 +0200
committerTony Lindgren <tony@atomide.com>2018-09-20 23:42:23 +0200
commitf1934c90a2cbebbbf23d928bd0dce2d7a1e71cd3 (patch)
tree1997c6510f5e5a769499e3d659d8eae6b6e774f6 /arch
parentARM: dts: dra72-evm: get rid of phy_id property (diff)
downloadlinux-f1934c90a2cbebbbf23d928bd0dce2d7a1e71cd3.tar.xz
linux-f1934c90a2cbebbbf23d928bd0dce2d7a1e71cd3.zip
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>
Diffstat (limited to 'arch')
-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 @@
};
&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>;
};