aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
diff options
context:
space:
mode:
authorVishwanath BS <vishwanath.bs@ti.com>2011-04-01 14:57:50 +0530
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-04-01 23:03:02 -0400
commitbcee8ba57c873918cd09dd084b1f4c58adf3dacc (patch)
tree256af453578c6a7e7980ae2278a18a9b71f52c3c /arch/arm/mach-omap2/omap_hwmod_44xx_data.c
parent795062f08920ac553553f84ebd0bf77f21904519 (diff)
OMAP4 PM: Add support for OMAP4 MPU DVFS
This patchset adds support for OMAP4 MPU DVFS with following changes - add vdd information for omap4 - enable all relevant OPPs for MPU VDD - define and register get_rate and set_rate with DVFS layer Signed-off-by: Vishwanath BS <vishwanath.bs@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 5f4a1b28282..c5b67207e3e 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -3748,6 +3748,7 @@ static struct omap_hwmod omap44xx_mpu_hwmod = {
.mpu_irqs = omap44xx_mpu_irqs,
.mpu_irqs_cnt = ARRAY_SIZE(omap44xx_mpu_irqs),
.main_clk = "dpll_mpu_m2_ck",
+ .vdd_name = "mpu",
.prcm = {
.omap4 = {
.clkctrl_reg = OMAP4430_CM_MPU_MPU_CLKCTRL,