summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/clock.h
diff options
context:
space:
mode:
authorRajendra Nayak <rnayak@ti.com>2011-02-25 22:49:00 (GMT)
committerPaul Walmsley <paul@pwsan.com>2011-02-25 23:10:16 (GMT)
commit6c6f5a7437955cec637c00ab1d09b8f70fc0ab3a (patch)
tree5ad55cd28863238be0d7a80e8613e23a9a14f687 /arch/arm/mach-omap2/clock.h
parent58e846fe7870d0ba22f8eeb1d522fbae37e80cbf (diff)
downloadlinux-fsl-qoriq-6c6f5a7437955cec637c00ab1d09b8f70fc0ab3a.tar.xz
OMAP3/4: DPLL: Add allow_idle/deny_idle support for all DPLL's
All OMAP3/4 dpll's support hardware level autogating. Populate allow_idle/deny_idle function pointers for all DPLL's in clkops. Signed-off-by: Rajendra Nayak <rnayak@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r--arch/arm/mach-omap2/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h
index 896584e..2a939e5 100644
--- a/arch/arm/mach-omap2/clock.h
+++ b/arch/arm/mach-omap2/clock.h
@@ -146,5 +146,6 @@ extern void omap2_clk_exit_cpufreq_table(struct cpufreq_frequency_table **table)
#endif
extern const struct clkops clkops_omap3_noncore_dpll_ops;
+extern const struct clkops clkops_omap3_core_dpll_ops;
#endif