summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock.h
diff options
context:
space:
mode:
authorRajendra Nayak2011-02-25 23:49:02 +0100
committerPaul Walmsley2011-02-26 00:10:17 +0100
commit70db8a6273692fdf5226c007c9882a10b3203963 (patch)
tree2d8fdbe3f29f7434ff3d97306990c057a82762a0 /arch/arm/mach-omap2/clock.h
parentOMAP4: DPLL: Add dpll api to control GATE_CTRL (diff)
downloadkernel-qcow2-linux-70db8a6273692fdf5226c007c9882a10b3203963.tar.gz
kernel-qcow2-linux-70db8a6273692fdf5226c007c9882a10b3203963.tar.xz
kernel-qcow2-linux-70db8a6273692fdf5226c007c9882a10b3203963.zip
omap4: dpll: Enable auto gate control for all MX postdividers
Enable hardware gate control for all dpll MX and X2 postdividers. This requires the allow_idle/deny_idle functions to be populated for all clock nodes (mx/x2 post dividers) 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 c450d69a0dce..0725a6ad8b46 100644
--- a/arch/arm/mach-omap2/clock.h
+++ b/arch/arm/mach-omap2/clock.h
@@ -150,5 +150,6 @@ extern void omap2_clk_exit_cpufreq_table(struct cpufreq_frequency_table **table)
extern const struct clkops clkops_omap3_noncore_dpll_ops;
extern const struct clkops clkops_omap3_core_dpll_ops;
+extern const struct clkops clkops_omap4_dpllmx_ops;
#endif