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

ARM: dts: am437x-sk-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
7c0373b1 5925ae23

+10 -2
+10 -2
arch/arm/boot/dts/am437x-sk-evm.dts
··· 799 799 pinctrl-0 = <&davinci_mdio_default>; 800 800 pinctrl-1 = <&davinci_mdio_sleep>; 801 801 status = "okay"; 802 + 803 + ethphy0: ethernet-phy@4 { 804 + reg = <4>; 805 + }; 806 + 807 + ethphy1: ethernet-phy@5 { 808 + reg = <5>; 809 + }; 802 810 }; 803 811 804 812 &cpsw_emac0 { 805 - phy_id = <&davinci_mdio>, <4>; 813 + phy-handle = <&ethphy0>; 806 814 phy-mode = "rgmii"; 807 815 dual_emac_res_vlan = <1>; 808 816 }; 809 817 810 818 &cpsw_emac1 { 811 - phy_id = <&davinci_mdio>, <5>; 819 + phy-handle = <&ethphy1>; 812 820 phy-mode = "rgmii"; 813 821 dual_emac_res_vlan = <2>; 814 822 };