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:
ztc1997 2024-04-22 09:32:16 +08:00 committed by Ksawlii
parent 53460d53c6
commit 712e020901

View file

@ -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,