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

ARM: dts: am437x-gp-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
cfd91db3 c0af0788

+5 -1
+5 -1
arch/arm/boot/dts/am437x-gp-evm.dts
··· 831 831 pinctrl-0 = <&davinci_mdio_default>; 832 832 pinctrl-1 = <&davinci_mdio_sleep>; 833 833 status = "okay"; 834 + 835 + ethphy0: ethernet-phy@0 { 836 + reg = <0>; 837 + }; 834 838 }; 835 839 836 840 &cpsw_emac0 { 837 - phy_id = <&davinci_mdio>, <0>; 841 + phy-handle = <&ethphy0>; 838 842 phy-mode = "rgmii"; 839 843 }; 840 844