aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2018-12-11 10:58:33 -0800
committerStephen Boyd <sboyd@kernel.org>2019-01-24 14:21:13 -0800
commit31f6e8700fa25b3b9534da9a1d787661b8adad87 (patch)
tree8c486f30c1972471b10d8f76d896ae61a613903b /include/linux/clk-provider.h
parentclk: Document deprecated things (diff)
downloadlinux-dev-31f6e8700fa25b3b9534da9a1d787661b8adad87.tar.xz
linux-dev-31f6e8700fa25b3b9534da9a1d787661b8adad87.zip
clk: Document CLK_MUX_READ_ONLY mux flag
This flag isn't documented. Document it. Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r--include/linux/clk-provider.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h
index adb8a58e213c..edff3c5883bc 100644
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@ -499,6 +499,8 @@ void clk_hw_unregister_divider(struct clk_hw *hw);
* register, and mask of mux bits are in higher 16-bit of this register.
* While setting the mux bits, higher 16-bit should also be updated to
* indicate changing mux bits.
+ * CLK_MUX_READ_ONLY - The mux registers can't be written, only read in the
+ * .get_parent clk_op.
* CLK_MUX_ROUND_CLOSEST - Use the parent rate that is closest to the desired
* frequency.
*/