ARM: dts: am335x-shc: 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>
This commit is contained in:
Grygorii Strashko 2018-09-08 19:04:57 -05:00 committed by Tony Lindgren
parent 0f6e0ed00b
commit 769de05b2a

View File

@ -206,7 +206,6 @@ &mac {
status = "okay"; status = "okay";
slaves = <1>; slaves = <1>;
cpsw_emac0: slave@4a100200 { cpsw_emac0: slave@4a100200 {
phy_id = <&davinci_mdio>, <0>;
phy-mode = "mii"; phy-mode = "mii";
phy-handle = <&ethernetphy0>; phy-handle = <&ethernetphy0>;
}; };