aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/clock3xxx.h
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 /arch/arm/mach-omap2/clock3xxx.h
parent819b4861c18d602463cfe815041d11fd81002654 (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 'arch/arm/mach-omap2/clock3xxx.h')
-rw-r--r--arch/arm/mach-omap2/clock3xxx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clock3xxx.h b/arch/arm/mach-omap2/clock3xxx.h
index 8cd4b0a882ae..dab90e281aeb 100644
--- a/arch/arm/mach-omap2/clock3xxx.h
+++ b/arch/arm/mach-omap2/clock3xxx.h
@@ -9,8 +9,6 @@
#define __ARCH_ARM_MACH_OMAP2_CLOCK3XXX_H
int omap3xxx_clk_init(void);
-int omap3_dpll4_set_rate(struct clk_hw *clk, unsigned long rate,
- unsigned long parent_rate);
int omap3_core_dpll_m2_set_rate(struct clk_hw *clk, unsigned long rate,
unsigned long parent_rate);
void omap3_clk_lock_dpll5(void);