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

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>

authored by

Grygorii Strashko and committed by
Tony Lindgren
f1934c90 24e0023c

+2 -2
+2 -2
arch/arm/boot/dts/dra72-evm-revc.dts
··· 61 61 }; 62 62 63 63 &cpsw_emac0 { 64 - phy_id = <&davinci_mdio>, <2>; 64 + phy-handle = <&dp83867_0>; 65 65 phy-mode = "rgmii-id"; 66 66 dual_emac_res_vlan = <1>; 67 67 }; 68 68 69 69 &cpsw_emac1 { 70 - phy_id = <&davinci_mdio>, <3>; 70 + phy-handle = <&dp83867_1>; 71 71 phy-mode = "rgmii-id"; 72 72 dual_emac_res_vlan = <2>; 73 73 };