diff options
author | Subrata Banik <subratabanik@google.com> | 2024-01-24 18:43:10 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-01-26 06:20:06 +0000 |
commit | 3dafee88891c000d3836e0b01e889e311fe9b591 (patch) | |
tree | 42cc967aeb6a7c571221a33cc85e8c6b21c17c44 /src/mainboard | |
parent | f4dc46adca722f679ec5d2b06714fdd52efde6eb (diff) |
mb/google/rex/var/screebo: Modify TCC_offset to 20
Follow thermal team request, override tcc_offset to 20.
TEST=Build and verified by thermal team using google/screebo.
Change-Id: Idc76f9c0054f21f066b779e6404a1c175eb396a0
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80159
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/rex/variants/screebo/overridetree.cb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/rex/variants/screebo/overridetree.cb b/src/mainboard/google/rex/variants/screebo/overridetree.cb index a3ab01cfac..c66b5cb2b9 100644 --- a/src/mainboard/google/rex/variants/screebo/overridetree.cb +++ b/src/mainboard/google/rex/variants/screebo/overridetree.cb @@ -90,6 +90,9 @@ chip soc/intel/meteorlake [PchSerialIoIndexI2C5] = PchSerialIoPci, }" + # Override TCC of 90C = Tj max (110) - TCC_Offset (20) + register "tcc_offset" = "20" + # Acoustic Noise settings and slew rate configuration: # slew rate for IA Domain: Fast/8 # slew rate for GT Domain: Fast/8 |