aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2013-09-13 20:22:27 +0300
committerMike Turquette <mturquette@linaro.org>2014-01-17 12:35:17 -0800
commit6a369c584fbe98264458b9442e780f8078f2f7ad (patch)
treed80be958f33b501a128599a0e31bec400b51fa58 /include/linux/clk
parentCLK: TI: add support for clockdomain binding (diff)
downloadlinux-dev-6a369c584fbe98264458b9442e780f8078f2f7ad.tar.xz
linux-dev-6a369c584fbe98264458b9442e780f8078f2f7ad.zip
clk: ti: add support for basic mux clock
ti,mux-clock provides now a binding for basic mux support. This is just using the basic clock type. Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'include/linux/clk')
-rw-r--r--include/linux/clk/ti.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h
index a3f89a60de07..6e205b140071 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -224,6 +224,7 @@ struct ti_clk_ll_ops {
extern struct ti_clk_ll_ops *ti_clk_ll_ops;
extern const struct clk_ops ti_clk_divider_ops;
+extern const struct clk_ops ti_clk_mux_ops;
#define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw)