aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Chiu <kevin.chiu.17802@gmail.com>2022-10-26 16:15:27 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-10-27 15:50:32 +0000
commit8f585cef9badc37ae96d41c6a2aaec791c24dc5b (patch)
tree93d6761564e297de5119dc04364ccb390008851d
parente63049fc15de7a41bac7606fcc8b6d9fbd2ea09d (diff)
mb/google/brya/var/lisbon: use i2c1 for TPM for lisbon
This change sets DRIVER_TPM_I2C_BUS to the i2c 1 bus for TPM for the lisbon variant. BUG=b:246657849 TEST=FW_NAME=lisbon emerge-brask coreboot Signed-off-by: Kevin Chiu <kevin.chiu.17802@gmail.com> Change-Id: I16be50258db2111d22f7465458873e92f44c7dac Reviewed-on: https://review.coreboot.org/c/coreboot/+/68887 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
-rw-r--r--src/mainboard/google/brya/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig
index 7b1b783cd5..f54e96b99c 100644
--- a/src/mainboard/google/brya/Kconfig
+++ b/src/mainboard/google/brya/Kconfig
@@ -149,6 +149,7 @@ config DRIVER_TPM_I2C_BUS
default 0x0 if BOARD_GOOGLE_XIVU
default 0x0 if BOARD_GOOGLE_YAVIKS
default 0x1 if BOARD_GOOGLE_ZYDRON
+ default 0x1 if BOARD_GOOGLE_LISBON
config DRIVER_TPM_I2C_ADDR
hex