diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2020-10-29 12:25:44 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-11-04 09:37:31 +0000 |
commit | b5f580e03c8797278bebec66f30eeae6bf41fab8 (patch) | |
tree | 2411fd502cd89d12cb5eced0f0529bef3e4603e6 | |
parent | b38d6bbe1c74309f078915c2d467475bb4144943 (diff) | |
download | coreboot-b5f580e03c8797278bebec66f30eeae6bf41fab8.tar.xz |
mb/prodrive/hermes: Set tcc offset to 1
Prevent early throttling when the ambient temperature is high.
Change-Id: Ie6881c9c0942aae3e43509170352271a74244d42
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47094
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/mainboard/prodrive/hermes/variants/baseboard/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/hermes/variants/baseboard/overridetree.cb b/src/mainboard/prodrive/hermes/variants/baseboard/overridetree.cb index 2c0c26a92f..1bf65ff5a1 100644 --- a/src/mainboard/prodrive/hermes/variants/baseboard/overridetree.cb +++ b/src/mainboard/prodrive/hermes/variants/baseboard/overridetree.cb @@ -124,7 +124,7 @@ chip soc/intel/cannonlake register "usb2_ports[13]" = "USB2_PORT_MID(OC_SKIP)" # Thermal - register "tcc_offset" = "6" # TCC of 94C + register "tcc_offset" = "1" # TCC of 99C # Disable S0ix |