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

ARM: dts: dra7-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
4d80b7c5 c4ab2468

+12 -2
+12 -2
arch/arm/boot/dts/dra7-evm.dts
··· 512 512 }; 513 513 514 514 &cpsw_emac0 { 515 - phy_id = <&davinci_mdio>, <2>; 515 + phy-handle = <&ethphy0>; 516 516 phy-mode = "rgmii"; 517 517 dual_emac_res_vlan = <1>; 518 518 }; 519 519 520 520 &cpsw_emac1 { 521 - phy_id = <&davinci_mdio>, <3>; 521 + phy-handle = <&ethphy1>; 522 522 phy-mode = "rgmii"; 523 523 dual_emac_res_vlan = <2>; 524 + }; 525 + 526 + &davinci_mdio { 527 + ethphy0: ethernet-phy@2 { 528 + reg = <2>; 529 + }; 530 + 531 + ethphy1: ethernet-phy@3 { 532 + reg = <3>; 533 + }; 524 534 }; 525 535 526 536 &dcan1 {