mb/google/dedede/variants/madoo: Increase TCC offset from 5 to 10
Increase TCC offset value from 5 to 10 for Thermal Control Circuit (TCC) activation. BUG=b:171531244 TEST=build and verify by thermal team Signed-off-by: John Su <john_su@compal.corp-partner.google.com> Change-Id: Ic2822b059f166779e1f0bcf92e753dad1078783c Reviewed-on: https://review.coreboot.org/c/coreboot/+/47691 Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Ben Kao <ben.kao@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
96a06dd464
commit
e59f70a4d9
|
@ -59,7 +59,7 @@ chip soc/intel/jasperlake
|
|||
.tdp_pl2_override = 20,
|
||||
}"
|
||||
|
||||
register "tcc_offset" = "5" # TCC of 95C
|
||||
register "tcc_offset" = "10" # TCC of 95C
|
||||
|
||||
device domain 0 on
|
||||
device pci 04.0 on
|
||||
|
|
Loading…
Reference in New Issue