diff options
author | Tony Lindgren <tony@atomide.com> | 2018-09-28 13:32:01 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-28 13:36:48 -0700 |
commit | 5f681f41fe1714e9961dcba2e98adea2a0daf9c5 (patch) | |
tree | 1d407db1ce65fbef3ca94f5c6f759c580e9de0d0 /arch/arm/boot/dts/am335x-sancloud-bbe.dts | |
parent | 7f4ddf50c92b6a1d8f25a2a610c3a75785f77a1e (diff) | |
download | lwn-5f681f41fe1714e9961dcba2e98adea2a0daf9c5.tar.gz lwn-5f681f41fe1714e9961dcba2e98adea2a0daf9c5.zip |
ARM: dts: am335x: Replace remaining legacy phy_id with phy-handle
Looks like we still have two instances of phy_handle that did not
get update by Grygorii's series. Let's replace these too with
standard phy-handle.
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Neeraj Dantu <dantuguf14105@gmail.com>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-sancloud-bbe.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-sancloud-bbe.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-sancloud-bbe.dts b/arch/arm/boot/dts/am335x-sancloud-bbe.dts index 7b8e7417a11e..35527fdf56cc 100644 --- a/arch/arm/boot/dts/am335x-sancloud-bbe.dts +++ b/arch/arm/boot/dts/am335x-sancloud-bbe.dts @@ -103,10 +103,14 @@ 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"; }; |