summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/primus/board.h5
-rw-r--r--board/primus/sensors.c6
2 files changed, 4 insertions, 7 deletions
diff --git a/board/primus/board.h b/board/primus/board.h
index 7a2e77543b..6d96e80e21 100644
--- a/board/primus/board.h
+++ b/board/primus/board.h
@@ -130,10 +130,7 @@
/* LED */
#define CONFIG_BATTERY_LEVEL_NEAR_FULL 91
-/*
- * TODO: no fan control loop until sensors are tuned
- */
-/* #define CONFIG_FANS FAN_CH_COUNT */
+#define CONFIG_FANS FAN_CH_COUNT
/* Charger defines */
#define CONFIG_CHARGER_BQ25720
diff --git a/board/primus/sensors.c b/board/primus/sensors.c
index 50fe62c198..57fecaf780 100644
--- a/board/primus/sensors.c
+++ b/board/primus/sensors.c
@@ -86,7 +86,7 @@ const struct temp_sensor_t temp_sensors[] = {
BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
/*
- * TODO(b/190459738): update for Alder Lake/primus
+ * TODO(b/195901486): update for Alder Lake/primus
*
* Tiger Lake specifies 100 C as maximum TDP temperature. THRMTRIP# occurs at
* 130 C. However, sensor is located next to DDR, so we need to use the lower
@@ -105,7 +105,7 @@ static const struct ec_thermal_config thermal_cpu = {
};
/*
- * TODO(b/190459738): update for Alder Lake/primus
+ * TODO(b/195901486): update for Alder Lake/primus
*
* Inductor limits - used for both charger and PP3300 regulator
*
@@ -130,7 +130,7 @@ static const struct ec_thermal_config thermal_inductor = {
};
/*
- * TODO(b/190459738): Thermal table need to be fine tuned.
+ * TODO(b/195901486): Thermal table need to be fine tuned.
*/
struct ec_thermal_config thermal_params[] = {
[TEMP_SENSOR_1_DDR_SOC] = thermal_cpu,