Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: qcom: sa8775p: Remove max link speed property for PCIe EP

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>

authored by

Mrinmay Sarkar and committed by
Bjorn Andersson
d6111177 46952305

-2
-2
arch/arm64/boot/dts/qcom/lemans.dtsi
··· 7711 7711 power-domains = <&gcc PCIE_0_GDSC>; 7712 7712 phys = <&pcie0_phy>; 7713 7713 phy-names = "pciephy"; 7714 - max-link-speed = <3>; /* FIXME: Limiting the Gen speed due to stability issues */ 7715 7714 num-lanes = <2>; 7716 7715 linux,pci-domain = <0>; 7717 7716 ··· 7881 7882 power-domains = <&gcc PCIE_1_GDSC>; 7882 7883 phys = <&pcie1_phy>; 7883 7884 phy-names = "pciephy"; 7884 - max-link-speed = <3>; /* FIXME: Limiting the Gen speed due to stability issues */ 7885 7885 num-lanes = <4>; 7886 7886 linux,pci-domain = <1>; 7887 7887