summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2020-06-09 10:05:19 -0600
committerCommit Bot <commit-bot@chromium.org>2020-06-15 23:15:17 +0000
commitf6a4262385b7eb5e97cd0a768fdfbb016325db19 (patch)
tree45cd1a1ddf5c31b9b077ddff58af07d5319b0dbc
parentcb2d3b80edc5c00a14471b91a67511b3e294e1dc (diff)
downloadchrome-ec-f6a4262385b7eb5e97cd0a768fdfbb016325db19.tar.gz
volteer: cleanup thermal limits
Cleanup the thermal limits based on information provided by hardware team. BUG=b:144941023, b:155336126 BRANCH=none TEST=make buildall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ibede2498cd36be6fc23748248e93d6a3fe1d8dad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2237908 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
-rw-r--r--baseboard/volteer/baseboard.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/baseboard/volteer/baseboard.c b/baseboard/volteer/baseboard.c
index a725c67562..1c4f7cb7b7 100644
--- a/baseboard/volteer/baseboard.c
+++ b/baseboard/volteer/baseboard.c
@@ -193,9 +193,6 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
/* EC thermal management configuration */
/*
- * TODO: b/144941023 - revisit thermal limits with each board spin.
- */
-/*
* 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
* DDR temperature limit (85 C)
@@ -220,7 +217,8 @@ const static struct ec_thermal_config thermal_cpu = {
* Charger max recommended temperature 100C, max absolute temperature 125C
* PP3300 regulator: operating range -40 C to 145 C
*
- * Inductors: waiting on info from hardware team, assuming 80 C for now
+ * Inductors: limit of 125c
+ * PCB: limit is 80c
*/
const static struct ec_thermal_config thermal_inductor = {
.temp_host = {