mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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:
parent
35d0622658
commit
0c91be080b
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user