mb/google/sarien/variants: Set tcc offset value
Set tcc offset value to 5 degree celsius for Sarien system. BRANCH=None BUG=b:122636962 TEST=Built and tested on Sarien system Change-Id: I06fbf6a0810028458bdd28d0d8a4e3b645f279ca Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/c/31037 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Naresh Solanki <naresh.solanki@intel.com>
This commit is contained in:
parent
d19f4e50aa
commit
062fdf13b8
|
@ -70,6 +70,9 @@ chip soc/intel/cannonlake
|
||||||
#| I2C1 | Touchpad |
|
#| I2C1 | Touchpad |
|
||||||
#| I2C4 | H1 TPM |
|
#| I2C4 | H1 TPM |
|
||||||
#+-------------------+---------------------------+
|
#+-------------------+---------------------------+
|
||||||
|
|
||||||
|
register "tcc_offset" = "5"
|
||||||
|
|
||||||
register "common_soc_config" = "{
|
register "common_soc_config" = "{
|
||||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||||
.i2c[0] = {
|
.i2c[0] = {
|
||||||
|
|
|
@ -75,7 +75,7 @@ chip soc/intel/cannonlake
|
||||||
#| I2C4 | H1 TPM |
|
#| I2C4 | H1 TPM |
|
||||||
#+-------------------+---------------------------+
|
#+-------------------+---------------------------+
|
||||||
|
|
||||||
register "tcc_offset" = "3"
|
register "tcc_offset" = "5"
|
||||||
|
|
||||||
register "common_soc_config" = "{
|
register "common_soc_config" = "{
|
||||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||||
|
|
Loading…
Reference in New Issue