aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-02-09 10:30:44 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2016-04-01 10:53:05 +0530
commit434874aad82c2aa8586986c30725f7195ed2c523 (patch)
tree0b8b5ebf2fe8fdc434533258aa4458bcf4a6b812
parentb7081531f5df8638e63846ab39ea79d97f9c6b59 (diff)
cpufreq: dt: Unsupported OPPs are already disabled
The core already have a valid regulator set for the device opp and the unsupported OPPs are already disabled by the core. There is no need to repeat that in the user drivers, get rid of it. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/cpufreq/cpufreq-dt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq-dt.c b/drivers/cpufreq/cpufreq-dt.c
index 4d1a75234530..27adf5f41cce 100644
--- a/drivers/cpufreq/cpufreq-dt.c
+++ b/drivers/cpufreq/cpufreq-dt.c
@@ -349,8 +349,6 @@ static int cpufreq_init(struct cpufreq_policy *policy)
min_uV = opp_uV;
if (opp_uV > max_uV)
max_uV = opp_uV;
- } else {
- dev_pm_opp_disable(cpu_dev, opp_freq);
}
opp_freq++;