diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-09-13 11:02:15 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 21:35:04 +0100 |
commit | b4761198bfaf29649dc58a48e8b123ea4174ba95 (patch) | |
tree | 7c350ec98d991e2e6035a6e0098002d28ea3223c /include | |
parent | clk: ti: add composite clock support (diff) | |
download | linux-b4761198bfaf29649dc58a48e8b123ea4174ba95.tar.xz linux-b4761198bfaf29649dc58a48e8b123ea4174ba95.zip |
CLK: ti: add support for ti divider-clock
This patch adds support for TI divider clock binding, which simply uses
the basic clock divider to provide the features needed.
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')
-rw-r--r-- | include/linux/clk/ti.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index c8c591dd3261..17fb49e4ff5e 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h @@ -223,6 +223,8 @@ struct ti_clk_ll_ops { extern struct ti_clk_ll_ops *ti_clk_ll_ops; +extern const struct clk_ops ti_clk_divider_ops; + #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw) void omap2_init_clk_hw_omap_clocks(struct clk *clk); |