ARM: dts: am335x-bone-common: get rid of phy_id property
authorGrygorii Strashko <grygorii.strashko@ti.com>
Sun, 9 Sep 2018 00:05:08 +0000 (19:05 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 20 Sep 2018 21:36:52 +0000 (14:36 -0700)
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>
arch/arm/boot/dts/am335x-bone-common.dtsi

index 73b514d..9e5e75e 100644 (file)
 };
 
 &cpsw_emac0 {
-       phy_id = <&davinci_mdio>, <0>;
+       phy-handle = <&ethphy0>;
        phy-mode = "mii";
 };
 
        pinctrl-0 = <&davinci_mdio_default>;
        pinctrl-1 = <&davinci_mdio_sleep>;
        status = "okay";
+
+       ethphy0: ethernet-phy@0 {
+               reg = <0>;
+       };
 };
 
 &mmc1 {