Skip to content

Commit

Permalink
Drop 1ghz overclock, add 1.15ghz
Browse files Browse the repository at this point in the history
  • Loading branch information
dalingrin committed Apr 12, 2011
1 parent 3edef90 commit f9be506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-omap2/omap3-opp.h
Expand Up @@ -12,9 +12,9 @@ static struct omap_opp omap3630_mpu_rate_table[] = {
/*OPP3 (OPP130) - 1.3V*/
{S800M, VDD1_OPP3, 0x38, 0x0, 0x0},
/*OPP4 (OPP-1G) - 1.35V*/
{S1000M, VDD1_OPP4, 0x3c, 0x0, 0x0},
{S1100M, VDD1_OPP4, 0x3c, 0x0, 0x0},
/*OPP5 (OPP-1.3G) - 1.35V*/
{S1100M, VDD1_OPP5, 0x3c, 0x0, 0x0},
{S1150M, VDD1_OPP5, 0x3d, 0x0, 0x0},
};

static struct omap_opp omap3630_l3_rate_table[] = {
Expand Down
1 change: 1 addition & 0 deletions arch/arm/plat-omap/include/mach/omap34xx.h
Expand Up @@ -134,6 +134,7 @@
/* MPU speeds */
#define S1200M 1200000000
#define S1190M 1190000000
#define S1180M 1180000000
#define S1150M 1150000000
#define S1100M 1100000000
#define S1050M 1050000000
Expand Down

0 comments on commit f9be506

Please sign in to comment.