aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/opp4xxx_data.c
diff options
context:
space:
mode:
authorGirish S Ghongdemath <girishsg@ti.com>2011-08-20 02:06:10 -0500
committerTodd Poynor <toddpoynor@google.com>2011-08-30 18:21:03 -0700
commit97a284c3fb23628590988c6c4149c844d947dba5 (patch)
treeb5daece04f017a62630f19d64c5451234adcc3e1 /arch/arm/mach-omap2/opp4xxx_data.c
parentaf2c8e5223ab1eef7cdfbed6055522692ca462ed (diff)
downloadkernel_samsung_tuna-97a284c3fb23628590988c6c4149c844d947dba5.zip
kernel_samsung_tuna-97a284c3fb23628590988c6c4149c844d947dba5.tar.gz
kernel_samsung_tuna-97a284c3fb23628590988c6c4149c844d947dba5.tar.bz2
OMAP4: PM: Add OPP to support Overdrive Voltage (OV) for CORE
Add OPP to support OV for VDD CORE rail. SGX has a overdrive OPP which requres CORE to be at OV. Change-Id: I7258f282b3e9a1a5e161f051be3de1c3ade561ee Signed-off-by: Girish S G <girishsg@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/opp4xxx_data.c')
-rw-r--r--arch/arm/mach-omap2/opp4xxx_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c
index 19692b2..5f7338b 100644
--- a/arch/arm/mach-omap2/opp4xxx_data.c
+++ b/arch/arm/mach-omap2/opp4xxx_data.c
@@ -238,6 +238,7 @@ static struct omap_opp_def __initdata omap446x_opp_def_list[] = {
OPP_INITIALIZER("l3_main_1", "virt_l3_ck", "core", true, 100000000, OMAP4460_VDD_CORE_OPP50_UV),
/* L3 OPP2 - OPP100 */
OPP_INITIALIZER("l3_main_1", "virt_l3_ck", "core", true, 200000000, OMAP4460_VDD_CORE_OPP100_UV),
+ OPP_INITIALIZER("l3_main_1", "virt_l3_ck", "core", true, 200000000, OMAP4460_VDD_CORE_OPP100_OV_UV),
/* IVA OPP1 - OPP50 */
OPP_INITIALIZER("iva", "dpll_iva_m5x2_ck", "iva", true, 133000000, OMAP4460_VDD_IVA_OPP50_UV),
/* IVA OPP2 - OPP100 */