diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2019-08-31 10:30:32 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-03 09:15:46 -0500 |
commit | 68d875da4cb0824ceb0b4c436d0447bd28686342 (patch) | |
tree | 531a3cca7340f3beaabed8d74053ebb68fb9ae05 /arch/arm/dts/dra72-evm.dts | |
parent | 5d6f05352b69d4858a2a9e9136ac3a734f0222bb (diff) | |
download | u-boot-68d875da4cb0824ceb0b4c436d0447bd28686342.tar.gz |
arm: dts: dra7: sync cpsw/mdio/phy with latest linux - drop phy_id
Synchronize CPSW/MDIO/PHY DT nodes with latest linux - replace deprecated
phy_id property with phy-handle.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/dts/dra72-evm.dts')
-rw-r--r-- | arch/arm/dts/dra72-evm.dts | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/dts/dra72-evm.dts b/arch/arm/dts/dra72-evm.dts index c572693b16..154b0a0ceb 100644 --- a/arch/arm/dts/dra72-evm.dts +++ b/arch/arm/dts/dra72-evm.dts @@ -51,10 +51,16 @@ }; &cpsw_emac0 { - phy_id = <&davinci_mdio>, <3>; + phy-handle = <ðphy0>; phy-mode = "rgmii"; }; +&davinci_mdio { + ethphy0: ethernet-phy@3 { + reg = <3>; + }; +}; + &mmc1 { pinctrl-names = "default", "hs", "sdr12", "sdr25", "sdr50", "ddr50", "sdr104"; pinctrl-0 = <&mmc1_pins_default>; |