rk3026_86v: update dvfs_gpu_table
authorhjc <hjc@rock-chips.com>
Mon, 30 Sep 2013 09:59:30 +0000 (17:59 +0800)
committerhjc <hjc@rock-chips.com>
Mon, 30 Sep 2013 09:59:30 +0000 (17:59 +0800)
arch/arm/mach-rk3026/board-rk3026-86v.c

index 97b5fe82f8e26d83183612d1b027dde735b1b302..3cfbd163726c98c1bea82b4f06ff7869ee36c1aa 100755 (executable)
@@ -1754,17 +1754,17 @@ static struct cpufreq_frequency_table dvfs_arm_table_v1[] = {
 };
 
 static struct cpufreq_frequency_table dvfs_gpu_table[] = {
-       {.frequency = 100 * 1000,       .index = 1200 * 1000},
-       {.frequency = 200 * 1000,       .index = 1200 * 1000},
-       {.frequency = 266 * 1000,       .index = 1200 * 1000},
-       {.frequency = 300 * 1000,       .index = 1200 * 1000},
-       {.frequency = 400 * 1000,       .index = 1200 * 1000},
+       {.frequency = 100 * 1000,       .index = 1250 * 1000},
+       {.frequency = 200 * 1000,       .index = 1250 * 1000},
+       {.frequency = 266 * 1000,       .index = 1250 * 1000},
+       {.frequency = 300 * 1000,       .index = 1250 * 1000},
+       {.frequency = 400 * 1000,       .index = 1250 * 1000},
        {.frequency = CPUFREQ_TABLE_END},
 };
 
 static struct cpufreq_frequency_table dvfs_ddr_table[] = {
        {.frequency = 200 * 1000 + DDR_FREQ_SUSPEND,    .index = 1200 * 1000},
-       {.frequency = 300 * 1000 + DDR_FREQ_VIDEO,      .index = 1200 * 1000},
+       //{.frequency = 300 * 1000 + DDR_FREQ_VIDEO,      .index = 1200 * 1000},
        {.frequency = 400 * 1000 + DDR_FREQ_NORMAL,     .index = 1200 * 1000},
        {.frequency = CPUFREQ_TABLE_END},
 };