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:
Vikram Mulukutla 2016-01-11 11:56:27 -08:00 committed by Gerrit - the friendly Code Review server
parent 936388f5f5
commit 767c721b7c

View file

@ -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",