mb/google/sarien/variants/sarien: Set up tcc offset for sarien
Change tcc offset from 15 to 3 for sarien. BUG=b:122636962 TEST=Match the result from TAT UI Change-Id: I1c5d144e92d1e6e9c81b3e6686805ccf744b7203 Signed-off-by: John Su <john_su@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/30808 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Lijian Zhao <lijian.zhao@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c3e75b42a4
commit
cc394d4d37
|
@ -74,6 +74,9 @@ chip soc/intel/cannonlake
|
||||||
#| I2C1 | Touchpad |
|
#| I2C1 | Touchpad |
|
||||||
#| I2C4 | H1 TPM |
|
#| I2C4 | H1 TPM |
|
||||||
#+-------------------+---------------------------+
|
#+-------------------+---------------------------+
|
||||||
|
|
||||||
|
register "tcc_offset" = "3"
|
||||||
|
|
||||||
register "common_soc_config" = "{
|
register "common_soc_config" = "{
|
||||||
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
.chipset_lockdown = CHIPSET_LOCKDOWN_COREBOOT,
|
||||||
.i2c[0] = {
|
.i2c[0] = {
|
||||||
|
|
Loading…
Reference in New Issue