diff options
author | Marcin Wojtas <mw@semihalf.com> | 2019-10-15 12:30:39 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-04-29 07:45:24 +0200 |
commit | 5ed3dc27bb41fc3e9ab92e703e86fdd7fa1b4ef6 (patch) | |
tree | 56178ad760e347202a7be3f9b23f9a0db2ba4bae /arch | |
parent | b21e1f36d447a45a52deeeb8ed18d05e1e9a494c (diff) | |
download | u-boot-5ed3dc27bb41fc3e9ab92e703e86fdd7fa1b4ef6.tar.gz u-boot-5ed3dc27bb41fc3e9ab92e703e86fdd7fa1b4ef6.tar.xz u-boot-5ed3dc27bb41fc3e9ab92e703e86fdd7fa1b4ef6.zip |
phy: marvell: cp110: remove unused definitions
Even if comphy types of SATA2/SATA3/SGMII3 and comphy speeds of
1.5G/3G/6.25G were referenced in the driver non configuration (dts)
was using it.
This patch removes unused definitions.
Change-Id: I53ed6f9d3a82b9d18cb4e488bc14d3cf687f9488
Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/armada-8040-mcbin.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/armada-8040-mcbin.dts b/arch/arm/dts/armada-8040-mcbin.dts index 98a582df26..a6ef40138d 100644 --- a/arch/arm/dts/armada-8040-mcbin.dts +++ b/arch/arm/dts/armada-8040-mcbin.dts @@ -302,7 +302,7 @@ phy-type = <COMPHY_TYPE_SFI>; }; phy5 { - phy-type = <COMPHY_TYPE_SGMII3>; + phy-type = <COMPHY_TYPE_SGMII2>; phy-speed = <COMPHY_SPEED_3_125G>; }; }; |