summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorMichael Turquette <mturquette@baylibre.com>2015-12-23 13:08:56 -0800
committerMichael Turquette <mturquette@baylibre.com>2015-12-23 13:08:56 -0800
commita915e30dd26ea5f3cc2e2c044aba38ee5973d3fa (patch)
tree0de1e6e8ea64b9a675a135722882cab4768b5002 /include/linux/clk-provider.h
parentce6dd266d535d66ac90abdd0241e7e5be4890568 (diff)
parentb0158bb27c7b6e9843f541c17b24dbd964b76db6 (diff)
Merge branch 'clk-rockchip' into clk-next
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r--include/linux/clk-provider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index 1796f7d8526c..1143e38555a4 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -31,6 +31,7 @@
#define CLK_SET_RATE_NO_REPARENT BIT(7) /* don't re-parent on rate change */
#define CLK_GET_ACCURACY_NOCACHE BIT(8) /* do not use the cached clk accuracy */
#define CLK_RECALC_NEW_RATES BIT(9) /* recalc rates after notifications */
+#define CLK_SET_RATE_UNGATE BIT(10) /* clock needs to run to set rate */
struct clk;
struct clk_hw;