From 8f585cef9badc37ae96d41c6a2aaec791c24dc5b Mon Sep 17 00:00:00 2001 From: Kevin Chiu Date: Wed, 26 Oct 2022 16:15:27 +0800 Subject: [PATCH] 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 Change-Id: I16be50258db2111d22f7465458873e92f44c7dac Reviewed-on: https://review.coreboot.org/c/coreboot/+/68887 Tested-by: build bot (Jenkins) Reviewed-by: Nick Vaccaro --- src/mainboard/google/brya/Kconfig | 1 + 1 file changed, 1 insertion(+) 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