Skip to content

Commit 031b46b

Browse files
jhovoldvinodkoul
authored andcommitted
phy: qcom: qmp-pcie: drop bogus x1e80100 qref supplies
The PCIe PHYs on x1e80100 do not a have a qref supply so stop requesting one. This also avoids the follow warning at boot: qcom-qmp-pcie-phy 1bfc000.phy: supply vdda-qref not found, using dummy regulator Fixes: 9dab00e ("phy: qcom: qmp-pcie: Add Gen4 4-lanes mode for X1E80100") Fixes: 606060c ("phy: qcom-qmp-pcie: Add support for X1E80100 g3x2 and g4x2 PCIE") Cc: Abel Vesa <abel.vesa@linaro.org> Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20241015121406.15033-1-johan+linaro@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 1dd196f commit 031b46b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,8 +3661,8 @@ static const struct qmp_phy_cfg x1e80100_qmp_gen4x2_pciephy_cfg = {
36613661

36623662
.reset_list = sdm845_pciephy_reset_l,
36633663
.num_resets = ARRAY_SIZE(sdm845_pciephy_reset_l),
3664-
.vreg_list = sm8550_qmp_phy_vreg_l,
3665-
.num_vregs = ARRAY_SIZE(sm8550_qmp_phy_vreg_l),
3664+
.vreg_list = qmp_phy_vreg_l,
3665+
.num_vregs = ARRAY_SIZE(qmp_phy_vreg_l),
36663666
.regs = pciephy_v6_regs_layout,
36673667

36683668
.pwrdn_ctrl = SW_PWRDN | REFCLK_DRV_DSBL,
@@ -3695,8 +3695,8 @@ static const struct qmp_phy_cfg x1e80100_qmp_gen4x4_pciephy_cfg = {
36953695

36963696
.reset_list = sdm845_pciephy_reset_l,
36973697
.num_resets = ARRAY_SIZE(sdm845_pciephy_reset_l),
3698-
.vreg_list = sm8550_qmp_phy_vreg_l,
3699-
.num_vregs = ARRAY_SIZE(sm8550_qmp_phy_vreg_l),
3698+
.vreg_list = qmp_phy_vreg_l,
3699+
.num_vregs = ARRAY_SIZE(qmp_phy_vreg_l),
37003700
.regs = pciephy_v6_regs_layout,
37013701

37023702
.pwrdn_ctrl = SW_PWRDN | REFCLK_DRV_DSBL,

0 commit comments

Comments
 (0)