From: Grygorii Strashko Date: Sun, 9 Sep 2018 00:05:06 +0000 (-0500) Subject: ARM: dts: am335x-cm-t335: get rid of phy_id property X-Git-Tag: v4.20-rc1~66^2~14^2~25 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0d175556e2e4235d0abb282817ac61faced81494;p=uclinux-h8%2Flinux.git ARM: dts: am335x-cm-t335: 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-cm-t335.dts b/arch/arm/boot/dts/am335x-cm-t335.dts index 947c81b7aaaf..c4d3e1f1a95e 100644 --- a/arch/arm/boot/dts/am335x-cm-t335.dts +++ b/arch/arm/boot/dts/am335x-cm-t335.dts @@ -486,10 +486,14 @@ status = "okay"; pinctrl-0 = <&davinci_mdio_default>; pinctrl-1 = <&davinci_mdio_sleep>; status = "okay"; + + ethphy0: ethernet-phy@0 { + reg = <0>; + }; }; &cpsw_emac0 { - phy_id = <&davinci_mdio>, <0>; + phy-handle = <ðphy0>; phy-mode = "rgmii-txid"; };