summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPunit Agrawal <punit.agrawal@arm.com>2014-08-02 00:42:01 +0100
committerJon Medhurst <tixy@linaro.org>2014-11-07 10:02:02 +0000
commit461935167c1b5deaf790ef2edfde0c37d57e6344 (patch)
tree34dea4e81b69eaf9891a3cb4e1a7c82e8ebfa766 /drivers
parent7f7ab95e9df8db0c58ec4c3a33869d274d5afee6 (diff)
juno: thermal: power_allocator: Better tune k_i
Conflicts: drivers/thermal/power_allocator.c Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/thermal/power_allocator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/power_allocator.c b/drivers/thermal/power_allocator.c
index bb5d4b8f964..3bb6847b06e 100644
--- a/drivers/thermal/power_allocator.c
+++ b/drivers/thermal/power_allocator.c
@@ -409,7 +409,7 @@ static int power_allocator_bind(struct thermal_zone_device *tz)
temperature_threshold;
params->k_pu = int_to_frac(2 * tz->tzp->sustainable_power) /
temperature_threshold;
- params->k_i = int_to_frac(1) / 1000;
+ params->k_i = int_to_frac(10) / 1000;
params->k_d = int_to_frac(0);
params->integral_cutoff = 0;