Message ID | 20230331151250.4049-1-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | 1db6b0a4246ce708b89f5136571130b9987741d1 |
Headers | show |
Series | [RESEND,v2,1/2] phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes | expand |
On 31-03-23, 18:12, Dmitry Baryshkov wrote: > All PCIe PHYs on sc8180x platform have 2 lanes, so change the number of > lanes to 2. Applied both, thanks
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp-pcie.c b/drivers/phy/qualcomm/phy-qcom-qmp-pcie.c index b1e81530d551..f378c1ebefd7 100644 --- a/drivers/phy/qualcomm/phy-qcom-qmp-pcie.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp-pcie.c @@ -2331,7 +2331,7 @@ static const struct qmp_phy_cfg msm8998_pciephy_cfg = { }; static const struct qmp_phy_cfg sc8180x_pciephy_cfg = { - .lanes = 1, + .lanes = 2, .tbls = { .serdes = sc8180x_qmp_pcie_serdes_tbl,