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 /drivers/clk/ti/Makefile | |
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 'drivers/clk/ti/Makefile')
-rw-r--r-- | drivers/clk/ti/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/Makefile b/drivers/clk/ti/Makefile index ac4ea50672ed..8690b0b442c0 100644 --- a/drivers/clk/ti/Makefile +++ b/drivers/clk/ti/Makefile @@ -1,4 +1,4 @@ ifneq ($(CONFIG_OF),) obj-y += clk.o autoidle.o -clk-common = dpll.o composite.o +clk-common = dpll.o composite.o divider.o endif |