From: Grygorii Strashko Date: Mon, 10 Sep 2018 22:57:41 +0000 (-0500) Subject: ARM: dts: am43x-epos-evm: get rid of phy_id property X-Git-Tag: v4.20-rc1~66^2~14^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5925ae23541816b56b6c278bdfa7f0ada8f545b4;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: am43x-epos-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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 6502d33976532..4ea753b3ee432 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -575,10 +575,14 @@ pinctrl-0 = <&davinci_mdio_default>; pinctrl-1 = <&davinci_mdio_sleep>; status = "okay"; + + ethphy0: ethernet-phy@16 { + reg = <16>; + }; }; &cpsw_emac0 { - phy_id = <&davinci_mdio>, <16>; + phy-handle = <ðphy0>; phy-mode = "rmii"; };