summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-09-14 09:23:52 -0400
committerEduardo Valentin <edubezval@gmail.com>2015-09-14 10:41:45 -0400
commit8b7b390f805f09ff252351468a79ebabde1ab55a (patch)
tree6682494c4b7188604c5eb6d8719538615b4e0ff5 /Documentation
parente055bb0f9a6e5c09bedf41c2a5b881edbd7f2ed0 (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.txt2
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
4Trip points 4Trip points
5----------- 5-----------
6 6
7The governor requires the following two passive trip points: 7The governor works optimally with the following two passive trip points:
8 8
91. "switch on" trip point: temperature above which the governor 91. "switch on" trip point: temperature above which the governor
10 control loop starts operating. This is the first passive trip 10 control loop starts operating. This is the first passive trip