summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/Makefile
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2013-09-13 12:02:15 +0300
committerMike Turquette <mturquette@linaro.org>2014-01-17 12:35:04 -0800
commitb4761198bfaf29649dc58a48e8b123ea4174ba95 (patch)
tree7c350ec98d991e2e6035a6e0098002d28ea3223c /drivers/clk/ti/Makefile
parent975e15487d5abfd5f33fea9c1ba0b987604f0d0f (diff)
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/Makefile2
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