clk: qcom: clk-alpha-pll: Fix pll enable outout

Fix pll enable output incase of when pll is not configured from boot.

Change-Id: I076ae750bad956c37d0a790b07fb9892f3149a0c
Signed-off-by: Vivek Aknurwar <quic_viveka@quicinc.com>
This commit is contained in:
Vivek Aknurwar 2022-10-10 15:18:38 -07:00
parent 35d0622658
commit 0c91be080b

View File

@ -3055,7 +3055,7 @@ int clk_lucid_evo_pll_configure(struct clk_alpha_pll *pll,
if (config->user_ctl_val)
ret |= regmap_write(regmap, PLL_USER_CTL(pll),
config->user_ctl_val);
config->user_ctl_val | PLL_OUT_MASK);
if (config->user_ctl_hi_val)
ret |= regmap_write(regmap, PLL_USER_CTL_U(pll),