Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Grygorii Strashko and committed by
Tony Lindgren
c4ab2468 f1934c90

+2 -2
+2 -2
arch/arm/boot/dts/dra71-evm.dts
··· 203 203 }; 204 204 205 205 &cpsw_emac0 { 206 - phy_id = <&davinci_mdio>, <2>; 206 + phy-handle = <&dp83867_0>; 207 207 phy-mode = "rgmii-id"; 208 208 dual_emac_res_vlan = <1>; 209 209 }; 210 210 211 211 &cpsw_emac1 { 212 - phy_id = <&davinci_mdio>, <3>; 212 + phy-handle = <&dp83867_1>; 213 213 phy-mode = "rgmii-id"; 214 214 dual_emac_res_vlan = <2>; 215 215 };