summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-28 23:57:54 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-28 23:57:53 -0800
commit52ce5dee286b172356869b5cec3c7c083498eb5b (patch)
treee488f2feda13a14c4255109d0690982b90d9c5bd /include
parent608623f6b3bf3ca65e02bf4dd165f33f7ecf9141 (diff)
parenta2c13a4cc29640ab823a1e949b533385aeb7746b (diff)
Merge "clk: WARN_ON about to disable a critical clock"
Diffstat (limited to 'include')
-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 fd2eb059b991..83e9c6e23f2f 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -32,6 +32,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_IS_CRITICAL BIT(11) /* do not gate, ever */
struct clk;
struct clk_hw;