Skip to content

Commit

Permalink
msm:autosmp:Adapt autosmp for oneplus2
Browse files Browse the repository at this point in the history
Thanks to @ShreyanshLodha
  • Loading branch information
vibhoothi committed Jul 31, 2017
1 parent 66ba61e commit 4f61998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/soc/qcom/autosmp.c
Expand Up @@ -40,7 +40,7 @@
#define DEFAULT_NR_CPUS_BOOSTED 2
#define DEFAULT_UPDATE_RATE 30
#define MIN_INPUT_INTERVAL 150 * 1000L
#define DEFAULT_MIN_BOOST_FREQ 1728000
#define DEFAULT_MIN_BOOST_FREQ 1248000

#if DEBUG
struct asmp_cpudata_t {
Expand Down Expand Up @@ -71,7 +71,7 @@ static struct asmp_param_struct {
} asmp_param = {
.delay = DEFAULT_UPDATE_RATE,
.max_cpus = NR_CPUS,
.min_cpus = 1,
.min_cpus = 2´,
.cpufreq_up = 95,
.cpufreq_down = 80,
.cycle_up = 1,
Expand Down

0 comments on commit 4f61998

Please sign in to comment.