summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/samus/board.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/samus/board.c b/board/samus/board.c
index 85550909e2..ff443b96f8 100644
--- a/board/samus/board.c
+++ b/board/samus/board.c
@@ -183,7 +183,7 @@ BUILD_ASSERT(ARRAY_SIZE(als) == ALS_COUNT);
*/
struct ec_thermal_config thermal_params[] = {
/* Only the AP affects the thermal limits and fan speed. */
- {{C_TO_K(95), C_TO_K(97), C_TO_K(99)}, C_TO_K(55), C_TO_K(85)},
+ {{C_TO_K(95), C_TO_K(97), C_TO_K(99)}, C_TO_K(43), C_TO_K(75)},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},
{{0, 0, 0}, 0, 0},
@@ -305,4 +305,3 @@ const struct accel_orientation acc_orient = {
},
.hinge_axis = {0, 1, 0},
};
-