rk3168_86v: support arm:1.6GHZ and gpu:600MHZ
authorhjc <hjc@rock-chips.com>
Tue, 29 Jan 2013 02:28:02 +0000 (10:28 +0800)
committerhjc <hjc@rock-chips.com>
Tue, 29 Jan 2013 02:28:02 +0000 (10:28 +0800)
arch/arm/mach-rk30/board-rk3168-86v.c

index c4de95c1c9621667cc1e6d82507b51ec1c94fb4b..87b18d44e506f693d6714f3e1d4470ba80e5cfe2 100755 (executable)
@@ -162,7 +162,7 @@ struct ts_hw_data     gslx680_info = {
 #endif
 
 
-#if defined (CONFIG_TOUCHSCREEN_GT811_IIC)
+#if defined (CONFIG_TOUCHSCREEN_86V_GT811_IIC)
 #define TOUCH_RESET_PIN  RK30_PIN0_PB6
 #define TOUCH_INT_PIN    RK30_PIN1_PB7
 int gt811_init_platform_hw(void)
@@ -1885,7 +1885,7 @@ static struct cpufreq_frequency_table dvfs_arm_table[] = {
        {.frequency = 1008 * 1000,      .index = 1025 * 1000},
        {.frequency = 1200 * 1000,      .index = 1100 * 1000},
        {.frequency = 1416 * 1000,      .index = 1200 * 1000},
-       //{.frequency = 1608 * 1000,      .index = 1300 * 1000},
+       {.frequency = 1608 * 1000,      .index = 1300 * 1000},
        {.frequency = CPUFREQ_TABLE_END},
 };
 
@@ -1895,7 +1895,7 @@ static struct cpufreq_frequency_table dvfs_gpu_table[] = {
        {.frequency = 266 * 1000,       .index = 1000 * 1000},
        {.frequency = 300 * 1000,       .index = 1050 * 1000},
        {.frequency = 400 * 1000,       .index = 1100 * 1000},
-       //{.frequency = 600 * 1000,     .index = 1200 * 1000},
+       {.frequency = 600 * 1000,       .index = 1200 * 1000},
        {.frequency = CPUFREQ_TABLE_END},
 };