From patchwork Fri Apr 24 09:24:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakov Petrina X-Patchwork-Id: 238408 List-Id: U-Boot discussion From: jakov.petrina at sartura.hr (Jakov Petrina) Date: Fri, 24 Apr 2020 11:24:08 +0200 Subject: [PATCH v2] arm: dts: uDPU: switch default PHY speed to 3.125Gbit In-Reply-To: <20200422164621.3377812-1-jakov.petrina@sartura.hr> References: <20200422164621.3377812-1-jakov.petrina@sartura.hr> Message-ID: <20200424092408.1075981-1-jakov.petrina@sartura.hr> This resolves issues with certain SFP modules. Signed-off-by: Jakov Petrina Signed-off-by: Vladimir Vid Reviewed-by: Stefan Roese Reviewed-by: Stefan Roese --- v2: - changed PHY mode as well arch/arm/dts/armada-3720-uDPU.dts | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/arch/arm/dts/armada-3720-uDPU.dts b/arch/arm/dts/armada-3720-uDPU.dts index 683dac2a7c..07c7b91175 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-speed = ; + phy-speed = ; }; phy1 { phy-type = ; - phy-speed = ; + phy-speed = ; }; 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 {