diff options
author | Jakov Petrina <jakov.petrina@sartura.hr> | 2020-04-24 11:24:08 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-05-04 07:04:04 +0200 |
commit | f49ac7e1c4107b88f30ab34b039e1c7ebff2d469 (patch) | |
tree | 24efe694bfe953d7e1edb48563b29506455eb3cb | |
parent | c693f212c5b0433b3a49a89d87cbff28bf78eb87 (diff) | |
download | u-boot-f49ac7e1c4107b88f30ab34b039e1c7ebff2d469.zip u-boot-f49ac7e1c4107b88f30ab34b039e1c7ebff2d469.tar.gz u-boot-f49ac7e1c4107b88f30ab34b039e1c7ebff2d469.tar.bz2 |
arm: dts: uDPU: switch default PHY speed to 3.125Gbit
This resolves issues with certain SFP modules.
Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | arch/arm/dts/armada-3720-uDPU.dts | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/arch/arm/dts/armada-3720-uDPU.dts b/arch/arm/dts/armada-3720-uDPU.dts index 683dac2..07c7b91 100644 --- a/arch/arm/dts/armada-3720-uDPU.dts +++ b/arch/arm/dts/armada-3720-uDPU.dts @@ -109,11 +109,11 @@ &comphy { phy0 { phy-type = <PHY_TYPE_SGMII1>; - phy-speed = <PHY_SPEED_1_25G>; + phy-speed = <PHY_SPEED_3_125G>; }; phy1 { phy-type = <PHY_TYPE_SGMII0>; - phy-speed = <PHY_SPEED_1_25G>; + phy-speed = <PHY_SPEED_3_125G>; }; phy2 { @@ -125,22 +125,16 @@ ð0 { pinctrl-0 = <&pcie_pins>; status = "okay"; - phy-mode = "sgmii"; + phy-mode = "2500base-x"; + managed = "in-band-status"; phy = <ðphy0>; - fixed-link { - speed = <1000>; - full-duplex; - }; }; ð1 { status = "okay"; - phy-mode = "sgmii"; + phy-mode = "2500base-x"; + managed = "in-band-status"; phy = <ðphy1>; - fixed-link { - speed = <1000>; - full-duplex; - }; }; &i2c0 { |