summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/Makefile
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2013-06-12 16:04:34 +0300
committerMike Turquette <mturquette@linaro.org>2014-01-17 12:34:55 -0800
commitf38b0dd63f0d0cca753bf0997eefdfb23dcc9518 (patch)
tree9945b442a5015de45cefcf9d3d91bcd8c2a28016 /drivers/clk/ti/Makefile
parent819b4861c18d602463cfe815041d11fd81002654 (diff)
downloadlinux-f38b0dd63f0d0cca753bf0997eefdfb23dcc9518.tar.bz2
CLK: TI: Add DPLL clock support
The OMAP clock driver now supports DPLL clock type. This patch also adds support for DT DPLL nodes. 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/ti/Makefile b/drivers/clk/ti/Makefile
index 1825f7f4bdc0..3dbb78dc9fca 100644
--- a/drivers/clk/ti/Makefile
+++ b/drivers/clk/ti/Makefile
@@ -1,3 +1,4 @@
ifneq ($(CONFIG_OF),)
obj-y += clk.o
+clk-common = dpll.o
endif