rk3168: update dvfs table to set gpu voltage all 1.2V
authorchenxing <chenxing@rock-chips.com>
Wed, 17 Apr 2013 06:08:47 +0000 (14:08 +0800)
committerchenxing <chenxing@rock-chips.com>
Wed, 17 Apr 2013 06:09:00 +0000 (14:09 +0800)
arch/arm/mach-rk30/board-rk3168-86v.c

index e3d114141efaf6bb1a1e78f317be4f346713eba6..8210367cee1b37cfbda5d4223fb302100e2ebffd 100755 (executable)
@@ -2127,11 +2127,16 @@ static struct cpufreq_frequency_table dvfs_arm_table[] = {
 };
 
 static struct cpufreq_frequency_table dvfs_gpu_table[] = {
-       {.frequency = 100 * 1000,       .index = 1000 * 1000},
-       {.frequency = 200 * 1000,       .index = 1000 * 1000},
-       {.frequency = 266 * 1000,       .index = 1050 * 1000},
+#if 0
+       {.frequency = 100 * 1000,       .index = 1075 * 1000},
+       {.frequency = 200 * 1000,       .index = 1075 * 1000},
+       {.frequency = 266 * 1000,       .index = 1075 * 1000},
        //{.frequency = 300 * 1000,     .index = 1050 * 1000},
-       {.frequency = 400 * 1000,       .index = 1125 * 1000},
+#endif
+       {.frequency = 100 * 1000,       .index = 1200 * 1000},
+       {.frequency = 200 * 1000,       .index = 1200 * 1000},
+       //{.frequency = 266 * 1000,     .index = 1200 * 1000},
+       {.frequency = 400 * 1000,       .index = 1200 * 1000},
        {.frequency = CPUFREQ_TABLE_END},
 };