PM / devfreq: drop comment about thermal setting max_freq
The thermal infrastructure should use the devfreq cooling device, which uses the OPP library to disable OPPs as necessary. Fix a couple of typos in the same comment while we are at it. Signed-off-by: Javi Merino <javi.merino@arm.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
This commit is contained in:
Родитель
08e75e754a
Коммит
d3b7e1745c
|
@ -177,10 +177,10 @@ int update_devfreq(struct devfreq *devfreq)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Adjust the freuqency with user freq and QoS.
|
* Adjust the frequency with user freq and QoS.
|
||||||
*
|
*
|
||||||
* List from the highest proiority
|
* List from the highest priority
|
||||||
* max_freq (probably called by thermal when it's too hot)
|
* max_freq
|
||||||
* min_freq
|
* min_freq
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче