From e58de0db450027f2f71c468d71b91d0b297a758f Mon Sep 17 00:00:00 2001 From: Joey Peng Date: Mon, 21 Mar 2022 14:55:22 +0800 Subject: =?UTF-8?q?mb/google/brya/var/taniks:=20Increase=20TSR2=20threshol?= =?UTF-8?q?d=20from=2040=20=C2=B0C=20to=2070=20=C2=B0C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change settings according to thermal team test results BUG=b:215033682 TEST=build and tested fan works normally on taniks Change-Id: I567815782ece4ab7fcec7da6b787ee9eec27aba4 Signed-off-by: Joey Peng Reviewed-on: https://review.coreboot.org/c/coreboot/+/62952 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/brya/variants/taniks/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/brya/variants') diff --git a/src/mainboard/google/brya/variants/taniks/overridetree.cb b/src/mainboard/google/brya/variants/taniks/overridetree.cb index ddafa15dff..7b23d6ea88 100644 --- a/src/mainboard/google/brya/variants/taniks/overridetree.cb +++ b/src/mainboard/google/brya/variants/taniks/overridetree.cb @@ -137,7 +137,7 @@ chip soc/intel/alderlake [2] = { .target = DPTF_TEMP_SENSOR_2, .thresholds = { - TEMP_PCT(57, 40), + TEMP_PCT(57, 70), TEMP_PCT(54, 60), TEMP_PCT(48, 60), TEMP_PCT(45, 45), -- cgit v1.2.3