summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/Makefile
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2013-06-18 16:27:57 +0300
committerMike Turquette <mturquette@linaro.org>2014-01-17 12:34:59 -0800
commitb1a07b478b63f0a8f971b3a82ce34a67a9324547 (patch)
treedc5d86884961efff9caaa25c277eac3b0d3c58df /drivers/clk/ti/Makefile
parentf38b0dd63f0d0cca753bf0997eefdfb23dcc9518 (diff)
CLK: TI: add autoidle support
TI clk driver now routes some of the basic clocks through own registration routine to allow autoidle support. This routine just checks a couple of device node properties and adds autoidle support if required, and just passes the registration forward to basic clocks. 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 3dbb78dc9fca..7fa1a48df4f3 100644
--- a/drivers/clk/ti/Makefile
+++ b/drivers/clk/ti/Makefile
@@ -1,4 +1,4 @@
ifneq ($(CONFIG_OF),)
-obj-y += clk.o
+obj-y += clk.o autoidle.o
clk-common = dpll.o
endif