diff options
author | Joey Peng <joey.peng@lcfc.corp-partner.google.com> | 2022-03-21 14:55:22 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-03-23 19:37:15 +0000 |
commit | e58de0db450027f2f71c468d71b91d0b297a758f (patch) | |
tree | 9d9194bfc7d7a5245305ba95bacf3364a6bb71e7 /src/mainboard/google/brya/variants/taniks | |
parent | 258405aa06ac2056a6e016f72fa76416c94f3e55 (diff) |
mb/google/brya/var/taniks: Increase TSR2 threshold from 40 °C to 70 °C
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 <joey.peng@lcfc.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62952
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/taniks')
-rw-r--r-- | src/mainboard/google/brya/variants/taniks/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
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), |