gpu 400mhz(vol 1.1V)

This commit is contained in:
xxx
2012-05-10 15:42:32 -07:00
parent 1b7915b997
commit e28f03defb
2 changed files with 2 additions and 2 deletions

View File

@@ -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
View 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");