cpuidle: teo: Increase default rating
We want the teo priority to be higher than menu but lower than qcom-cpu-lpm
This commit is contained in:
parent
53460d53c6
commit
712e020901
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ static int teo_enable_device(struct cpuidle_driver *drv,
|
|||
|
||||
static struct cpuidle_governor teo_governor = {
|
||||
.name = "teo",
|
||||
.rating = 19,
|
||||
.rating = 30,
|
||||
.enable = teo_enable_device,
|
||||
.select = teo_select,
|
||||
.reflect = teo_reflect,
|
||||
|
|
Loading…
Reference in a new issue