aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/opp4xxx_data.c
diff options
context:
space:
mode:
authorChittim, Madhusudan <c-madhu@ti.com>2011-12-30 12:09:27 -0600
committerZiyann <jaraidaniel@gmail.com>2014-10-01 12:55:11 +0200
commit836dbc52db8a9103666d1cee9024d1e2a089f27f (patch)
tree69719eeab6ecda5bf19fdbde89057da40799a5d1 /arch/arm/mach-omap2/opp4xxx_data.c
parent67cd84ecc87f56afd52a3fc6738500b05a4cf71e (diff)
downloadkernel_samsung_tuna-836dbc52db8a9103666d1cee9024d1e2a089f27f.zip
kernel_samsung_tuna-836dbc52db8a9103666d1cee9024d1e2a089f27f.tar.gz
kernel_samsung_tuna-836dbc52db8a9103666d1cee9024d1e2a089f27f.tar.bz2
Revert "ARM: omap4: opp: disable OPP100_OV for gpu"
This reverts commit 919cf0ce816b626f1d836d050a31463650f54526. Enables SGX to run at 384MHz, SGX idling is more aggressive with APM timer set to 2ms with minimal impact to power. Change-Id: I92f45e40bb64279e2561e8b84771cd05d517d26e Signed-off-by: Chittim, Madhusudan <c-madhu@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/opp4xxx_data.c')
-rw-r--r--arch/arm/mach-omap2/opp4xxx_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/opp4xxx_data.c b/arch/arm/mach-omap2/opp4xxx_data.c
index c1d3e6e..e93e4b3 100644
--- a/arch/arm/mach-omap2/opp4xxx_data.c
+++ b/arch/arm/mach-omap2/opp4xxx_data.c
@@ -260,7 +260,7 @@ static struct omap_opp_def __initdata omap446x_opp_def_list[] = {
/* SGX OPP2 - OPP100 */
OPP_INITIALIZER("gpu", "dpll_per_m7x2_ck", "core", true, 307200000, OMAP4460_VDD_CORE_OPP100_UV),
/* SGX OPP3 - OPPOV */
- OPP_INITIALIZER("gpu", "dpll_per_m7x2_ck", "core", false, 384000000, OMAP4460_VDD_CORE_OPP100_OV_UV),
+ OPP_INITIALIZER("gpu", "dpll_per_m7x2_ck", "core", true, 384000000, OMAP4460_VDD_CORE_OPP100_OV_UV),
/* FDIF OPP1 - OPP25 */
OPP_INITIALIZER("fdif", "fdif_fck", "core", true, 32000000, OMAP4460_VDD_CORE_OPP50_UV),
/* FDIF OPP2 - OPP50 */