Skip to content

Commit 6cb137c

Browse files
mmindbebarino
authored andcommitted
clk: clk-gpio: update documentation for gpio-gate clock
The main documentation block seems to be from a time before the driver handled sleeping and non-sleeping gpios and with that change it seems updating the doc was overlooked. So do that now. Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent a4a7cbe commit 6cb137c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/clk/clk-gpio.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
* DOC: basic gpio gated clock which can be enabled and disabled
2323
* with gpio output
2424
* Traits of this clock:
25-
* prepare - clk_(un)prepare only ensures parent is (un)prepared
26-
* enable - clk_enable and clk_disable are functional & control gpio
25+
* prepare - clk_(un)prepare are functional and control a gpio that can sleep
26+
* enable - clk_enable and clk_disable are functional & control
27+
* non-sleeping gpio
2728
* rate - inherits rate from parent. No clk_set_rate support
2829
* parent - fixed parent. No clk_set_parent support
2930
*/

0 commit comments

Comments
 (0)