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

Configure Feed

Select the types of activity you want to include in your feed.

phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes

All PCIe PHYs on sc8180x platform have 2 lanes, so change the number of
lanes to 2.

Fixes: f839f14e24f2 ("phy: qcom-qmp: Add sc8180x PCIe support")
Cc: stable@vger.kernel.org # 5.15
Sgned-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230331151250.4049-1-dmitry.baryshkov@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Dmitry Baryshkov and committed by
Vinod Koul
1db6b0a4 868c2a6c

+1 -1
+1 -1
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c
··· 2331 2331 }; 2332 2332 2333 2333 static const struct qmp_phy_cfg sc8180x_pciephy_cfg = { 2334 - .lanes = 1, 2334 + .lanes = 2, 2335 2335 2336 2336 .tbls = { 2337 2337 .serdes = sc8180x_qmp_pcie_serdes_tbl,