From 925845c38cd029b2eb40c05fc194951c7c2c037f Mon Sep 17 00:00:00 2001 From: "P, Usha" Date: Mon, 9 Jun 2025 08:50:32 +0530 Subject: [PATCH] mb/google/ocelot: Update Kconfig Update TPM related default values for DRIVER_TPM_I2C_BUS and TPM_TIS_ACPI_INTERRUPT based on schematic_1433518. BUG=b:394208231 TEST=Build Ocelot and verify it compiles without any error. Change-Id: Ifbd99265a36602b7d820cc088317579496144c9d Signed-off-by: P, Usha Reviewed-on: https://review.coreboot.org/c/coreboot/+/88003 Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N --- src/mainboard/google/ocelot/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/ocelot/Kconfig b/src/mainboard/google/ocelot/Kconfig index 0a0e7fba3d..319f7d2c33 100644 --- a/src/mainboard/google/ocelot/Kconfig +++ b/src/mainboard/google/ocelot/Kconfig @@ -96,7 +96,7 @@ config DRIVER_TPM_I2C_ADDR config DRIVER_TPM_I2C_BUS hex - default 0x03 if BOARD_GOOGLE_OCELOT + default 0x01 if BOARD_GOOGLE_OCELOT config HAVE_SLP_S0_GATE def_bool n @@ -118,7 +118,7 @@ config MEMORY_SOLDERDOWN config TPM_TIS_ACPI_INTERRUPT int - default 47 if BOARD_GOOGLE_OCELOT # GPE0_DW1_15 (GPP_D15) + default 17 if BOARD_GOOGLE_OCELOT # GPE0_DW0_17 (GPP_B17) config UART_FOR_CONSOLE int