mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
Merge "clk: qcom: clk-alpha-pll: Fix pll enable outout"
This commit is contained in:
commit
6e308e1672
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user