From 7dcd14bca1c1afaffac1b51a120d24fc775dc3af Mon Sep 17 00:00:00 2001 From: Grover Yen Date: Mon, 23 Nov 2015 18:03:58 +0800 Subject: buddy: Update thermal table. Update thermal setting according to "Sally_Fan Table_v3_20151119.xlsx" BUG=chrome-os-partner:47418 BRANCH=none TEST=Flash EC firmware and apply thermalget command in consoleto confirm tehrmal setting. Change-Id: I7f3d1960af4929a80a45a18d3c06b1d85a02ba83 Signed-off-by: Grover Yen Reviewed-on: https://chromium-review.googlesource.com/313970 Reviewed-by: Mohammed Habibulla --- board/buddy/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/buddy/board.c b/board/buddy/board.c index 4c30a35c2d..ed750809d6 100644 --- a/board/buddy/board.c +++ b/board/buddy/board.c @@ -91,7 +91,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(103), C_TO_K(104), C_TO_K(105)}, C_TO_K(70), C_TO_K(98)}, + {{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}, 0, 0}, {{0, 0, 0}, 0, 0}, -- cgit v1.2.1