mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
samus: Raise Thigh threshold to 101C
The PROCHOT assertion that happens when PECI temp crosses the Thigh threshold has a severe impact to performance so raise this value a bit to compensate for the 5C degree change that was made for broadwell. This still leaves a few degrees between Thigh and Thalt for PROCHOT to cool down the system before power will be cut. BUG=chrome-os-partner:35483 BRANCH=samus TEST=build and boot on samus, verify table with 'thermalget' Change-Id: Id29d5100b90c68c59b275592b7f4e1738dd33878 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/243243 Reviewed-by: Alec Berg <alecaberg@chromium.org> Commit-Queue: Alec Berg <alecaberg@chromium.org>
This commit is contained in:
committed by
ChromeOS Commit Bot
parent
a765485d77
commit
7aa976d3a4
@@ -176,7 +176,7 @@ BUILD_ASSERT(ARRAY_SIZE(als) == ALS_COUNT);
|
||||
*/
|
||||
struct ec_thermal_config thermal_params[] = {
|
||||
/* {Twarn, Thigh, Thalt}, fan_off, fan_max */
|
||||
{{C_TO_K(95), C_TO_K(97), C_TO_K(104)},
|
||||
{{C_TO_K(95), C_TO_K(101), C_TO_K(104)},
|
||||
C_TO_K(55), C_TO_K(90)}, /* PECI */
|
||||
{{0, 0, 0}, 0, 0}, /* EC */
|
||||
{{0, 0, 0}, C_TO_K(41), C_TO_K(55)}, /* Charger die */
|
||||
|
||||
Reference in New Issue
Block a user