diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-02-05 20:05:56 -0800 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-02-05 20:05:56 -0800 |
| commit | b0006517016670dd27069af55de57f4f251dc438 (patch) | |
| tree | 805d80e5aa608a18b23b2801f77cb537a5f3406e | |
| parent | 4fc9f4d4c0c746026abd3c3a056d478fafca05a7 (diff) | |
| download | olio-linux-3.10-b0006517016670dd27069af55de57f4f251dc438.tar.xz olio-linux-3.10-b0006517016670dd27069af55de57f4f251dc438.zip | |
Crank the speed up to 1GHz.
Change-Id: Ie732d0c6e1d40008e9c058b723753ebf70a620a6
| -rw-r--r-- | arch/arm/mach-omap2/opp3xxx_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/opp3xxx_data.c b/arch/arm/mach-omap2/opp3xxx_data.c index fc67add7644..0f5af3377af 100644 --- a/arch/arm/mach-omap2/opp3xxx_data.c +++ b/arch/arm/mach-omap2/opp3xxx_data.c @@ -130,9 +130,9 @@ static struct omap_opp_def __initdata omap36xx_opp_def_list[] = { /* MPU OPP2 - OPP100 */ OPP_INITIALIZER("mpu", true, 600000000, OMAP3630_VDD_MPU_OPP100_UV), /* MPU OPP3 - OPP-Turbo */ - OPP_INITIALIZER("mpu", false, 800000000, OMAP3630_VDD_MPU_OPP120_UV), + OPP_INITIALIZER("mpu", true, 800000000, OMAP3630_VDD_MPU_OPP120_UV), /* MPU OPP4 - OPP-SB */ - OPP_INITIALIZER("mpu", false, 1000000000, OMAP3630_VDD_MPU_OPP1G_UV), + OPP_INITIALIZER("mpu", true, 1000000000, OMAP3630_VDD_MPU_OPP1G_UV), /* L3 OPP1 - OPP50 */ OPP_INITIALIZER("l3_main", true, 100000000, OMAP3630_VDD_CORE_OPP50_UV), |