Skip to content

Commit

Permalink
not every device can handle 1GHz at reasonable voltage, use 800MHz
Browse files Browse the repository at this point in the history
  • Loading branch information
nadlabak committed Mar 14, 2013
1 parent aa02127 commit c7f3998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/board-mapphone.c
Expand Up @@ -254,7 +254,7 @@ static struct omap_opp mapphone_omap3430_mpu_rate_table[] = {
/*OPP5*/
{S720M, VDD1_OPP5, 0x3E, 0x0},
/*OPP6*/
{S1000M, VDD1_OPP6, 0x42, 0x0},
{S800M, VDD1_OPP6, 0x42, 0x0},
};

#define S80M 80000000
Expand Down Expand Up @@ -283,7 +283,7 @@ static struct omap_opp mapphone_omap3430_dsp_rate_table[] = {
/*OPP5*/
{S430M, VDD1_OPP5, 0x3E, 0x0},
/*OPP6*/
{S520M, VDD1_OPP6, 0x3E, 0x0},
{S520M, VDD1_OPP6, 0x42, 0x0},
};

static struct omap_opp mapphone_omap3630_mpu_rate_table[] = {
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/smartreflex.c
Expand Up @@ -42,7 +42,7 @@
#include "smartreflex.h"
#include "prm-regbits-34xx.h"

/*OMAP3430 Turbo mode: ARM run at 1000Mhz*/
/*OMAP3430 Turbo mode: ARM run at 800Mhz*/
#define SR_TURBO

/*OMAP3430 Highspeed mode: ARM run at 720Mhz*/
Expand Down Expand Up @@ -1876,7 +1876,7 @@ static void sr1_init(struct omap_sr *sr)
sizeof(sr1_34xx_test_nvalues));
}
if (sr->num_opp == 6)
pr_info("VDD1 - OPP6 - 1000 Nvalue = 0x%X\n",
pr_info("VDD1 - OPP6 - 800 Nvalue = 0x%X\n",
sr->opp_nvalue[5]);

#if defined(SR_HIGHSPEED) || defined(SR_TURBO)
Expand Down

0 comments on commit c7f3998

Please sign in to comment.