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

This commit is contained in:
qctecmdr 2022-10-14 13:36:43 -07:00 committed by Gerrit - the friendly Code Review server
commit 6e308e1672

View File

@ -3057,7 +3057,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),