mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
gpu 400mhz(vol 1.1V)
This commit is contained in:
@@ -1442,7 +1442,7 @@ static struct dvfs_arm_table dvfs_cpu_logic_table[] = {
|
||||
};
|
||||
static struct cpufreq_frequency_table dvfs_gpu_table[] = {
|
||||
{.frequency = 266 * 1000, .index = 1000 * 1000},
|
||||
{.frequency = 400 * 1000, .index = 1300 * 1000},
|
||||
{.frequency = 400 * 1000, .index = 1100 * 1000},
|
||||
{.frequency = CPUFREQ_TABLE_END},
|
||||
};
|
||||
|
||||
|
||||
2
arch/arm/mach-rk30/cpufreq.c
Normal file → Executable file
2
arch/arm/mach-rk30/cpufreq.c
Normal file → Executable file
@@ -213,7 +213,7 @@ static int rk30_cpu_init(struct cpufreq_policy *policy)
|
||||
if (!IS_ERR(ddr_clk))
|
||||
{
|
||||
clk_enable_dvfs(ddr_clk);
|
||||
clk_set_rate(ddr_clk,clk_get_rate(ddr_clk)+1);
|
||||
clk_set_rate(ddr_clk,clk_get_rate(ddr_clk)-1);
|
||||
}
|
||||
|
||||
cpu_clk = clk_get(NULL, "cpu");
|
||||
|
||||
Reference in New Issue
Block a user