clk: Document CLK_MUX_READ_ONLY mux flag
authorStephen Boyd <sboyd@kernel.org>
Tue, 11 Dec 2018 18:58:33 +0000 (10:58 -0800)
committerStephen Boyd <sboyd@kernel.org>
Thu, 24 Jan 2019 22:21:13 +0000 (14:21 -0800)
This flag isn't documented. Document it.

Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/linux/clk-provider.h

index adb8a58e213ce405f56b875aa7bc6809b4cf6419..edff3c5883bc5c4353faf903f7b0a398fed6163a 100644 (file)
@@ -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.
  */