diff options
author | Tero Kristo | 2013-06-12 16:04:34 +0300 |
---|---|---|
committer | Mike Turquette | 2014-01-17 12:34:55 -0800 |
commit | f38b0dd63f0d0cca753bf0997eefdfb23dcc9518 (patch) | |
tree | 9945b442a5015de45cefcf9d3d91bcd8c2a28016 /drivers/clk/ti/Makefile | |
parent | 819b4861c18d602463cfe815041d11fd81002654 (diff) |
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/Makefile | 1 |
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 |