projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305cd10
)
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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk30/board-rk3168-ds1006h.c
b/arch/arm/mach-rk30/board-rk3168-ds1006h.c
index 355e530e05fdb5a7b0a013267d854db6c0af9cc9..b0bd99b7d3bae13001711e7de7e7423d1c798e29 100755
(executable)
--- a/
arch/arm/mach-rk30/board-rk3168-ds1006h.c
+++ b/
arch/arm/mach-rk30/board-rk3168-ds1006h.c
@@
-1726,8
+1726,8
@@
static struct cpufreq_frequency_table dvfs_gpu_table[] = {
};
static struct cpufreq_frequency_table dvfs_ddr_table[] = {
- {.frequency = 300 * 1000, .index =
9
00 * 1000},
- {.frequency = 400 * 1000, .index =
95
0 * 1000},
+ {.frequency = 300 * 1000, .index =
10
00 * 1000},
+ {.frequency = 400 * 1000, .index =
110
0 * 1000},
{.frequency = CPUFREQ_TABLE_END},
};
#define DVFS_CPU_TABLE_SIZE (ARRAY_SIZE(dvfs_cpu_logic_table))