diff options
author | jamie_chen <jamie_chen@compal.corp-partner.google.com> | 2023-01-05 17:18:29 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-06 11:53:41 +0000 |
commit | 780f99b61c1b8e9640508abb86dee5e960d9e30b (patch) | |
tree | f020a415d42cc86d6c55e7cb139b2f5fa2a57f60 | |
parent | 423b812e48c9b87482b42adab05f8f6c3e071b2b (diff) |
mb/google/brya/var/omnigul: use i2c1 for TPM
This change sets DRIVER_TPM_I2C_BUS to the i2c 1 bus for TPM for the
omnigul variant.
BUG=b:263060849
TEST=FW_NAME=omnigul emerge-brya coreboot
Change-Id: I42528d73a4f83bd409cb4a1bd51f2e4e82ee7804
Signed-off-by: jamie_chen <jamie_chen@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71703
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 112c7df1c6..c171f85a66 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -154,6 +154,7 @@ config DRIVER_TPM_I2C_BUS default 0x1 if BOARD_GOOGLE_GLADIOS default 0x1 if BOARD_GOOGLE_MARASOV default 0x1 if BOARD_GOOGLE_GAELIN + default 0x1 if BOARD_GOOGLE_OMNIGUL config DRIVER_TPM_I2C_ADDR hex |