diff options
author | Joey Peng <joey.peng@lcfc.corp-partner.google.com> | 2022-01-18 15:22:05 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-25 18:04:58 +0000 |
commit | 51ede8af2e95734c7f7e820f7a29409fbb3c0605 (patch) | |
tree | ed5b6a438b1b8bd728bfd3e0520b1d3c8a4a05aa /src/mainboard/google/brya/Kconfig | |
parent | 0251ecdd62e9ee8a1061f29e8fc307a4109505da (diff) |
mb/google/brya/var/taniks: swap TPM i2c with TS i2c for next build
Taniks is going to exchange i2c port for touchscreen and cr50.
BUG=b:215039999
TEST=emerge-brya coreboot
Cq-Depend:chromium:3397562
Signed-off-by: Joey Peng <joey.peng@lcfc.corp-partner.google.com>
Change-Id: I179949887f6d8f4bbdff7d806319e2ac368ebc2c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61169
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 9bfee766b3..7de078a244 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -102,7 +102,7 @@ config DRIVER_TPM_I2C_BUS default 0x1 if BOARD_GOOGLE_ANAHERA default 0x3 if BOARD_GOOGLE_ANAHERA4ES default 0x1 if BOARD_GOOGLE_VELL - default 0x3 if BOARD_GOOGLE_TANIKS + default 0x1 if BOARD_GOOGLE_TANIKS default 0x0 if BOARD_GOOGLE_NIVVIKS default 0x0 if BOARD_GOOGLE_NEREID default 0x3 if BOARD_GOOGLE_AGAH |