diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2018-09-09 03:04:57 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-21 00:33:11 +0300 |
commit | 769de05b2ae42a60ab98924723a982fedbad9ed7 (patch) | |
tree | 6e76d337acf3b8f13b147b46b4c2e5d99bdcb485 /arch/arm/boot/dts/am335x-shc.dts | |
parent | 0f6e0ed00bc35ca41bf444243fb382f332baa137 (diff) | |
download | linux-769de05b2ae42a60ab98924723a982fedbad9ed7.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/am335x-shc.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-shc.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-shc.dts b/arch/arm/boot/dts/am335x-shc.dts index 4f6a286ea293..1d925ed2b102 100644 --- a/arch/arm/boot/dts/am335x-shc.dts +++ b/arch/arm/boot/dts/am335x-shc.dts @@ -206,7 +206,6 @@ status = "okay"; slaves = <1>; cpsw_emac0: slave@4a100200 { - phy_id = <&davinci_mdio>, <0>; phy-mode = "mii"; phy-handle = <ðernetphy0>; }; |