to fix ds1006h crash bug:
author陈辉 <chenhui@rock-chips.com>
Mon, 21 Jan 2013 10:24:52 +0000 (18:24 +0800)
committer陈辉 <chenhui@rock-chips.com>
Mon, 21 Jan 2013 10:24:52 +0000 (18:24 +0800)
3168 with U2BXX title, fix maskrom bug,
but need higher voltage on ddr

arch/arm/mach-rk30/board-rk3168-ds1006h.c

index 355e530e05fdb5a7b0a013267d854db6c0af9cc9..b0bd99b7d3bae13001711e7de7e7423d1c798e29 100755 (executable)
@@ -1726,8 +1726,8 @@ static struct cpufreq_frequency_table dvfs_gpu_table[] = {
 };
 
 static struct cpufreq_frequency_table dvfs_ddr_table[] = {
-       {.frequency = 300 * 1000,       .index = 900 * 1000},
-       {.frequency = 400 * 1000,       .index = 950 * 1000},
+       {.frequency = 300 * 1000,       .index = 1000 * 1000},
+       {.frequency = 400 * 1000,       .index = 1100 * 1000},
        {.frequency = CPUFREQ_TABLE_END},
 };
 #define DVFS_CPU_TABLE_SIZE    (ARRAY_SIZE(dvfs_cpu_logic_table))