Skip to content

Commit 0dcaef5

Browse files
lumagvinodkoul
authored andcommitted
phy: qcom-qmp-usb: fix the regs layout table for sdx65 uniphy PHY
The sdx64 uniphy gen3x1 PHY references the qmp_v4_usb3phy_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 qmp_v5_usb3phy_regs_layout, to remove possible confusion. Fixes: 14d98d3 ("phy: qcom-qmp-usb: fix regs layout arrays") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230113212138.421583-2-dmitry.baryshkov@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent c08436c commit 0dcaef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ static const struct qmp_phy_cfg sdx65_usb3_uniphy_cfg = {
18621862
.num_resets = ARRAY_SIZE(msm8996_usb3phy_reset_l),
18631863
.vreg_list = qmp_phy_vreg_l,
18641864
.num_vregs = ARRAY_SIZE(qmp_phy_vreg_l),
1865-
.regs = qmp_v4_usb3phy_regs_layout,
1865+
.regs = qmp_v5_usb3phy_regs_layout,
18661866
.pcs_usb_offset = 0x1000,
18671867

18681868
.has_pwrdn_delay = true,

0 commit comments

Comments
 (0)