diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-06-18 17:27:57 +0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-18 00:34:59 +0400 |
commit | b1a07b478b63f0a8f971b3a82ce34a67a9324547 (patch) | |
tree | dc5d86884961efff9caaa25c277eac3b0d3c58df /drivers/clk/ti/Makefile | |
parent | f38b0dd63f0d0cca753bf0997eefdfb23dcc9518 (diff) | |
download | linux-b1a07b478b63f0a8f971b3a82ce34a67a9324547.tar.xz |
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/Makefile | 2 |
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 |