clk: msm: clock-cpu-8996: Allow interrupts during alt_pll set_rate
The CPU that is disabling the alternate PLL may also need to handle CPR interrupts. Allow the CPU to handle interrupts during the set_rate operation. CRs-Fixed: 960701 Change-Id: I63d7ce3e3dd2b559c4db383b64faa9335c404576 Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>
This commit is contained in:
parent
936388f5f5
commit
767c721b7c
1 changed files with 2 additions and 0 deletions
|
@ -238,6 +238,7 @@ static struct alpha_pll_clk perfcl_alt_pll = {
|
|||
.post_div_config = 0x100, /* Div-2 */
|
||||
.config_ctl_val = 0x4001051B,
|
||||
.offline_bit_workaround = true,
|
||||
.no_irq_dis = true,
|
||||
.c = {
|
||||
.always_on = true,
|
||||
.parent = &alpha_xo_ao.c,
|
||||
|
@ -300,6 +301,7 @@ static struct alpha_pll_clk pwrcl_alt_pll = {
|
|||
.post_div_config = 0x100, /* Div-2 */
|
||||
.config_ctl_val = 0x4001051B,
|
||||
.offline_bit_workaround = true,
|
||||
.no_irq_dis = true,
|
||||
.c = {
|
||||
.always_on = true,
|
||||
.dbg_name = "pwrcl_alt_pll",
|
||||
|
|
Loading…
Add table
Reference in a new issue