summaryrefslogtreecommitdiffstats
path: root/include/linux/clk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/clk.h')
-rw-r--r--include/linux/clk.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h
index 49cb5a272b..fe8ae5cc1e 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -291,6 +291,12 @@ struct clk *clk_lookup(const char *name);
void clk_dump(int verbose);
+struct clk *clk_register_composite(const char *name,
+ const char **parent_names, int num_parents,
+ struct clk *mux_clk,
+ struct clk *rate_clk,
+ struct clk *gate_clk,
+ unsigned long flags);
#endif
struct device_node;