diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2019-02-20 17:25:16 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-02-20 08:14:03 -0800 |
commit | dab2da84d5db260d8b8edf450ccb67c5660dc5ee (patch) | |
tree | 4acefc23697533defca91e33e3f956e935d82da0 /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | 837143940d895ddc55d6ab523aad3fd35375b816 (diff) | |
download | talos-op-linux-dab2da84d5db260d8b8edf450ccb67c5660dc5ee.tar.gz talos-op-linux-dab2da84d5db260d8b8edf450ccb67c5660dc5ee.zip |
ARM: dts: am4372: switch to use phy-gmii-sel
Switch to use phy-gmii-sel PHY instead of cpsw-phy-sel.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am43x-epos-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 4ea753b3ee43..9dfd80e3b76e 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -584,10 +584,7 @@ &cpsw_emac0 { phy-handle = <ðphy0>; phy-mode = "rmii"; -}; - -&phy_sel { - rmii-clock-ext; + phys = <&phy_gmii_sel 1 1>; }; &i2c0 { |