]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sa8775p: Remove max link speed property for PCIe EP
authorMrinmay Sarkar <mrinmay.sarkar@oss.qualcomm.com>
Tue, 17 Jun 2025 11:38:20 +0000 (17:08 +0530)
committerBjorn Andersson <andersson@kernel.org>
Tue, 12 Aug 2025 15:41:22 +0000 (10:41 -0500)
The maximum link speed was previously restricted to Gen3 due to the
absence of Gen4 equalization support in the driver.

As Gen4 equalization is already supported by the PCIe controller
driver, remove the max-link-speed property.

Signed-off-by: Mrinmay Sarkar <mrinmay.sarkar@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250617-update_phy-v5-2-2df83ed6a373@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/lemans.dtsi

index 9b7fa4c932e3d40dcb787821fd59528be3a3546f..64f5378c6a4770cee2c7d76cde1098d7df17a24a 100644 (file)
                power-domains = <&gcc PCIE_0_GDSC>;
                phys = <&pcie0_phy>;
                phy-names = "pciephy";
-               max-link-speed = <3>; /* FIXME: Limiting the Gen speed due to stability issues */
                num-lanes = <2>;
                linux,pci-domain = <0>;
 
                power-domains = <&gcc PCIE_1_GDSC>;
                phys = <&pcie1_phy>;
                phy-names = "pciephy";
-               max-link-speed = <3>; /* FIXME: Limiting the Gen speed due to stability issues */
                num-lanes = <4>;
                linux,pci-domain = <1>;