From f6a4262385b7eb5e97cd0a768fdfbb016325db19 Mon Sep 17 00:00:00 2001 From: Keith Short Date: Tue, 9 Jun 2020 10:05:19 -0600 Subject: 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 Change-Id: Ibede2498cd36be6fc23748248e93d6a3fe1d8dad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2237908 Reviewed-by: Abe Levkoy --- baseboard/volteer/baseboard.c | 6 ++---- 1 file 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 @@ -192,9 +192,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 @@ -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 = { -- cgit v1.2.1