diff options
author | Javi Merino <javi.merino@arm.com> | 2015-09-14 14:23:52 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2015-09-14 07:41:45 -0700 |
commit | 8b7b390f805f09ff252351468a79ebabde1ab55a (patch) | |
tree | 6682494c4b7188604c5eb6d8719538615b4e0ff5 /Documentation | |
parent | e055bb0f9a6e5c09bedf41c2a5b881edbd7f2ed0 (diff) |
thermal: power_allocator: relax the requirement of two passive trip points
The power allocator governor currently requires that the thermal zone
has at least two passive trip points. If there aren't, the governor
refuses to bind to the thermal zone.
This commit relaxes that requirement. Now the governor will bind to all
thermal zones regardless of how many trip points they have.
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Eduardo Valentin <edubezval@gmail.com>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Javi Merino <javi.merino@arm.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/thermal/power_allocator.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/thermal/power_allocator.txt b/Documentation/thermal/power_allocator.txt index c3797b529991..a1ce2235f121 100644 --- a/Documentation/thermal/power_allocator.txt +++ b/Documentation/thermal/power_allocator.txt @@ -4,7 +4,7 @@ Power allocator governor tunables Trip points ----------- -The governor requires the following two passive trip points: +The governor works optimally with the following two passive trip points: 1. "switch on" trip point: temperature above which the governor control loop starts operating. This is the first passive trip |