Commit d3b7e174 authored by Javi Merino's avatar Javi Merino Committed by MyungJoo Ham

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: default avatarJavi Merino <javi.merino@arm.com>
Signed-off-by: default avatarMyungJoo Ham <myungjoo.ham@samsung.com>
parent 08e75e75
......@@ -177,10 +177,10 @@ int update_devfreq(struct devfreq *devfreq)
return err;
/*
* Adjust the freuqency with user freq and QoS.
* Adjust the frequency with user freq and QoS.
*
* List from the highest proiority
* max_freq (probably called by thermal when it's too hot)
* List from the highest priority
* max_freq
* min_freq
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment