diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-06-12 15:04:34 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 21:34:55 +0100 |
commit | f38b0dd63f0d0cca753bf0997eefdfb23dcc9518 (patch) | |
tree | 9945b442a5015de45cefcf9d3d91bcd8c2a28016 /arch/arm/mach-omap2/clock3xxx.h | |
parent | CLK: ti: add init support for clock IP blocks (diff) | |
download | linux-f38b0dd63f0d0cca753bf0997eefdfb23dcc9518.tar.xz linux-f38b0dd63f0d0cca753bf0997eefdfb23dcc9518.zip |
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.h | 2 |
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); |