diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2018-09-09 02:05:06 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-20 23:36:42 +0200 |
commit | 0d175556e2e4235d0abb282817ac61faced81494 (patch) | |
tree | 273823a0df92a92f824481f8e22d059f2975f9a5 /arch | |
parent | ARM: dts: am335x-evmsk: get rid of phy_id property (diff) | |
download | linux-0d175556e2e4235d0abb282817ac61faced81494.tar.xz linux-0d175556e2e4235d0abb282817ac61faced81494.zip |
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 <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am335x-cm-t335.dts | 6 |
1 files changed, 5 insertions, 1 deletions
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"; }; |