summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-21 21:30:06 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-21 21:30:06 -0700
commit9bcb914dd2a3809972f3fd515161023ba542898c (patch)
treec9096467ad8d35228240428523d0c6688b2879d8 /include
parent719effa8a2675a3f88eaf0e8f81cc8d6ed556a7a (diff)
parent767c721b7c77b76ca4e49129dabeabd332bbdda7 (diff)
Merge "clk: msm: clock-cpu-8996: Allow interrupts during alt_pll set_rate"
Diffstat (limited to 'include')
-rw-r--r--include/soc/qcom/clock-alpha-pll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/qcom/clock-alpha-pll.h b/include/soc/qcom/clock-alpha-pll.h
index 0b5329ba817c..acffe33dc4f3 100644
--- a/include/soc/qcom/clock-alpha-pll.h
+++ b/include/soc/qcom/clock-alpha-pll.h
@@ -79,6 +79,7 @@ struct alpha_pll_clk {
* that the workaround is required.
*/
bool offline_bit_workaround;
+ bool no_irq_dis;
bool is_fabia;
unsigned long min_supported_freq;
struct clk c;