|
@@ -351,11 +351,8 @@ struct clk *s3c_cpufreq_clk_get(struct device *dev, const char *name)
|
|
static int s3c_cpufreq_init(struct cpufreq_policy *policy)
|
|
static int s3c_cpufreq_init(struct cpufreq_policy *policy)
|
|
{
|
|
{
|
|
policy->clk = clk_arm;
|
|
policy->clk = clk_arm;
|
|
-
|
|
|
|
policy->cpuinfo.transition_latency = cpu_cur.info->latency;
|
|
policy->cpuinfo.transition_latency = cpu_cur.info->latency;
|
|
-
|
|
|
|
- if (ftab)
|
|
|
|
- return cpufreq_table_validate_and_show(policy, ftab);
|
|
|
|
|
|
+ policy->freq_table = ftab;
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|