|
@@ -140,15 +140,13 @@ static int davinci_cpu_init(struct cpufreq_policy *policy)
|
|
|
|
|
|
policy->cur = davinci_getspeed(0);
|
|
|
|
|
|
- result = cpufreq_frequency_table_cpuinfo(policy, freq_table);
|
|
|
+ result = cpufreq_table_validate_and_show(policy, freq_table);
|
|
|
if (result) {
|
|
|
- pr_err("%s: cpufreq_frequency_table_cpuinfo() failed",
|
|
|
+ pr_err("%s: cpufreq_table_validate_and_show() failed",
|
|
|
__func__);
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
- cpufreq_frequency_table_get_attr(freq_table, policy->cpu);
|
|
|
-
|
|
|
/*
|
|
|
* Time measurement across the target() function yields ~1500-1800us
|
|
|
* time taken with no drivers on notification list.
|