Skip to content

Commit eb7a22f

Browse files
jhovoldvinodkoul
authored andcommitted
phy: qcom: qmp-pcie: drop bogus x1e80100 qref supply
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 1be0000.phy: supply vdda-qref not found, using dummy regulator Fixes: e961ec8 ("phy: qcom: qmp: Add phy register and clk setting for x1e80100 PCIe3") Cc: Qiang Yu <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 065d588 commit eb7a22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4228,8 +4228,8 @@ static const struct qmp_phy_cfg x1e80100_qmp_gen4x8_pciephy_cfg = {
42284228

42294229
.reset_list = sdm845_pciephy_reset_l,
42304230
.num_resets = ARRAY_SIZE(sdm845_pciephy_reset_l),
4231-
.vreg_list = sm8550_qmp_phy_vreg_l,
4232-
.num_vregs = ARRAY_SIZE(sm8550_qmp_phy_vreg_l),
4231+
.vreg_list = qmp_phy_vreg_l,
4232+
.num_vregs = ARRAY_SIZE(qmp_phy_vreg_l),
42334233
.regs = pciephy_v6_regs_layout,
42344234

42354235
.pwrdn_ctrl = SW_PWRDN | REFCLK_DRV_DSBL,

0 commit comments

Comments
 (0)