aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/arm-bl-cpufreq_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpufreq/arm-bl-cpufreq_driver.c')
-rw-r--r--drivers/cpufreq/arm-bl-cpufreq_driver.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/cpufreq/arm-bl-cpufreq_driver.c b/drivers/cpufreq/arm-bl-cpufreq_driver.c
index 95d499181f3..75aaa4498aa 100644
--- a/drivers/cpufreq/arm-bl-cpufreq_driver.c
+++ b/drivers/cpufreq/arm-bl-cpufreq_driver.c
@@ -163,6 +163,11 @@ static int bl_cpufreq_init(struct cpufreq_policy *policy)
goto error;
/*
+ *Populate frequency table needed by Interactive governor policy.
+ */
+ cpufreq_frequency_table_get_attr(bl_freqs,policy->cpu);
+
+ /*
* No need for locking here:
* cpufreq is not active until initialisation has finished.
* Ideally, transition_latency should be calibrated here.