summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/thermal.c4
-rw-r--r--include/thermal.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/common/thermal.c b/common/thermal.c
index 62770ec0a9..f194cbca3b 100644
--- a/common/thermal.c
+++ b/common/thermal.c
@@ -52,14 +52,14 @@ test_export_static struct thermal_config_t
/* TEMP_SENSOR_TYPE_CPU */
{THERMAL_CONFIG_WARNING_ON_FAIL,
{373, 378, 383,
- 327, 335, 343, 351, 359} } ,
+ 320, 330, 337, 344, 351, 358, 368} },
/* TEMP_SENSOR_TYPE_BOARD */
{THERMAL_CONFIG_NO_FLAG, {THERMAL_THRESHOLD_DISABLE_ALL} },
/* TEMP_SENSOR_TYPE_CASE */
{THERMAL_CONFIG_NO_FLAG, {THERMAL_THRESHOLD_DISABLE_ALL} },
};
test_export_static const int fan_speed[THERMAL_FAN_STEPS + 1] =
- {0, 3000, 4575, 6150, 7725, -1};
+ {0, 3200, 3700, 4000, 4400, 4900, 5500, 6500};
#endif
#ifdef BOARD_host /* for testing */ /* DON'T DO THIS */
test_export_static struct thermal_config_t
diff --git a/include/thermal.h b/include/thermal.h
index 5c391a6af6..7f4fff5230 100644
--- a/include/thermal.h
+++ b/include/thermal.h
@@ -25,7 +25,7 @@
#define THERMAL_FAN_STEPS 7
#endif
#ifdef BOARD_peppy /* DON'T DO THIS */
-#define THERMAL_FAN_STEPS 5
+#define THERMAL_FAN_STEPS 7
#endif
#ifdef BOARD_host /* for testing */ /* DON'T DO THIS */
#define THERMAL_FAN_STEPS 5