Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
	 */