Skip to content

Commit cfe0d20

Browse files
lumagvinodkoul
authored andcommitted
phy: qcom-qmp-pcie: drop ln_shrd from v5_20 config
There is no shared lane config for v5.20 PHYs, it is only present on SM8550 gen4x2. Fixes: a05b6d5 ("phy: qcom-qmp-pcie: add support for sa8775p") Cc: Mrinmay Sarkar <quic_msarkar@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230820142035.89903-4-dmitry.baryshkov@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 377107b commit cfe0d20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/phy/qualcomm/phy-qcom-qmp-pcie.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,6 @@ static const struct qmp_pcie_offsets qmp_pcie_offsets_v5_20 = {
23422342
.rx = 0x0200,
23432343
.tx2 = 0x0800,
23442344
.rx2 = 0x0a00,
2345-
.ln_shrd = 0x0e00,
23462345
};
23472346

23482347
static const struct qmp_pcie_offsets qmp_pcie_offsets_v5_30 = {

0 commit comments

Comments
 (0)