summaryrefslogtreecommitdiff
path: root/common/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/thermal.c')
-rw-r--r--common/thermal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/thermal.c b/common/thermal.c
index a7e8d0eb8c..74e00d8de9 100644
--- a/common/thermal.c
+++ b/common/thermal.c
@@ -30,12 +30,12 @@ extern const struct temp_sensor_t temp_sensors[TEMP_SENSOR_COUNT];
static struct thermal_config_t thermal_config[TEMP_SENSOR_TYPE_COUNT] = {
/* TEMP_SENSOR_TYPE_CPU */
{THERMAL_CONFIG_WARNING_ON_FAIL,
- {341, 358, 368, 318, 323, 328, 333, 338}},
+ {368, 373, 383, 328, 338, 348, 358, 368}},
/* TEMP_SENSOR_TYPE_BOARD */
{THERMAL_CONFIG_NO_FLAG, {THERMAL_THRESHOLD_DISABLE_ALL}},
/* TEMP_SENSOR_TYPE_CASE */
- {THERMAL_CONFIG_NO_FLAG, {333, THERMAL_THRESHOLD_DISABLE, 348,
- THERMAL_THRESHOLD_DISABLE_ALL}},
+ {THERMAL_CONFIG_NO_FLAG, {341, THERMAL_THRESHOLD_DISABLE, 353,
+ 318, 323, 348, 333, 338}},
};
/* Fan speed settings. */