rk3168_86v: update dvfs_gpu_table
authorhjc <hjc@rock-chips.com>
Mon, 25 Feb 2013 04:43:46 +0000 (12:43 +0800)
committerhjc <hjc@rock-chips.com>
Mon, 25 Feb 2013 04:43:46 +0000 (12:43 +0800)
arch/arm/mach-rk30/board-rk3168-86v.c

index 02946cb6e9c4f5c8aaef2f544e98ac866901f445..772f5c5788ae710d30e1654fdaf7e3c58689c86b 100755 (executable)
@@ -1886,17 +1886,17 @@ static struct cpufreq_frequency_table dvfs_arm_table[] = {
        {.frequency = 816 * 1000,       .index = 1000 * 1000},
        {.frequency = 1008 * 1000,      .index = 1075 * 1000},
        {.frequency = 1200 * 1000,      .index = 1150 * 1000},
-       {.frequency = 1416 * 1000,      .index = 1250 * 1000},
+       //{.frequency = 1416 * 1000,      .index = 1250 * 1000},
        //{.frequency = 1608 * 1000,      .index = 1300 * 1000},
        {.frequency = CPUFREQ_TABLE_END},
 };
 
 static struct cpufreq_frequency_table dvfs_gpu_table[] = {
        {.frequency = 100 * 1000,       .index = 1000 * 1000},
-       {.frequency = 200 * 1000,       .index = 1025 * 1000},
+       {.frequency = 200 * 1000,       .index = 1000 * 1000},
        {.frequency = 266 * 1000,       .index = 1050 * 1000},
-       {.frequency = 300 * 1000,       .index = 1100 * 1000},
-       {.frequency = 400 * 1000,       .index = 1200 * 1000},
+       {.frequency = 300 * 1000,       .index = 1050 * 1000},
+       {.frequency = 400 * 1000,       .index = 1100 * 1000},
        //{.frequency = 600 * 1000,     .index = 1200 * 1000},
        {.frequency = CPUFREQ_TABLE_END},
 };