summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrover Yen <Grover_Yen@wistron.com>2015-12-10 16:53:21 +0800
committerChromeOS bot <3su6n15k.default@developer.gserviceaccount.com>2015-12-11 01:57:08 +0000
commit050d1910d825d56f2de9b654ab3240a737b543f1 (patch)
tree1e1f0c273bc09defd00869e28b644b44426d2ead
parent069d209ef92a0803e33d53b7b847c35887d2710a (diff)
downloadchrome-ec-050d1910d825d56f2de9b654ab3240a737b543f1.tar.gz
buddy: Update thermal table.
Update thermal setting according to "Sally_Fan Table_v4_20151208.xlsx" BUG=chrome-os-partner:46503 BRANCH=none TEST=Flash EC firmware and apply thermalget command in console to confirm thermal setting. Change-Id: I72b7e8beb8bd6b94cc77a98138714af22c098813 Signed-off-by: Grover Yen <Grover_Yen@wistron.com> Reviewed-on: https://chromium-review.googlesource.com/317510 Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r--board/buddy/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/buddy/board.c b/board/buddy/board.c
index ed750809d6..316e83a43f 100644
--- a/board/buddy/board.c
+++ b/board/buddy/board.c
@@ -92,7 +92,7 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
struct ec_thermal_config thermal_params[] = {
/* Only the AP affects the thermal limits and fan speed. */
{{C_TO_K(99), C_TO_K(100), C_TO_K(105)}, C_TO_K(70), C_TO_K(98)},
- {{0, 0, 0}, 0, 0},
+ {{0, 0, 0}, C_TO_K(56), C_TO_K(90)},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},
};