Skip to content

Commit c08436c

Browse files
lumagvinodkoul
authored andcommitted
phy: qcom-qmp-pcie: fix the regs layout table for sm8450 gen3x1 PHY
The sm8450 gen3x1 PHY references the pciephy_v4_regs_layout while the PHY itself uses v5 regs. While there are only minor differences between v4 and v5 regs and none of them concerns registers mentions in regs_layout, switch the PHY to use pciephy_v5_regs_layout to remove possible confusion. Fixes: bbe207a ("phy: qcom-qmp-pcie: rename regs layout arrays") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230113212138.421583-1-dmitry.baryshkov@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent aa14cff commit c08436c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ static const struct qmp_phy_cfg sm8450_qmp_gen3x1_pciephy_cfg = {
21642164
.num_resets = ARRAY_SIZE(sdm845_pciephy_reset_l),
21652165
.vreg_list = qmp_phy_vreg_l,
21662166
.num_vregs = ARRAY_SIZE(qmp_phy_vreg_l),
2167-
.regs = pciephy_v4_regs_layout,
2167+
.regs = pciephy_v5_regs_layout,
21682168

21692169
.pwrdn_ctrl = SW_PWRDN | REFCLK_DRV_DSBL,
21702170
.phy_status = PHYSTATUS,

0 commit comments

Comments
 (0)