From ce88b12420d8f3d0ca8300b0c8a6a67128c09967 Mon Sep 17 00:00:00 2001 From: Pranava Y N Date: Mon, 21 Jul 2025 17:01:41 +0530 Subject: [PATCH] mb/google/ocelot: Set correct TPM I2C bus for all ocelot model variants Set `DRIVER_TPM_I2C_BUS` to 0x01 for all ocelot variants selecting `BOARD_GOOGLE_MODEL_OCELOT` instead of `BOARD_GOOGLE_OCELOT`. This ensures that the right I2C Bus is selected for all the variants. BUG=b:433177132 TEST=Ensure that TPM I2C probing is successful. ``` [INFO ] Probing TPM I2C: I2C bus 1 version 0x3230322a [INFO ] DW I2C bus 1 at 0xfe022000 (400 KHz) [INFO ] done! DID_VID 0x504a6666 [INFO ] TPM ready after 0 ms ``` Change-Id: Ib728eb410fcf2000e5d421d186a321a79b3894b0 Signed-off-by: Pranava Y N Reviewed-on: https://review.coreboot.org/c/coreboot/+/88513 Reviewed-by: Avi Uday Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/mainboard/google/ocelot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/ocelot/Kconfig b/src/mainboard/google/ocelot/Kconfig index 304033b26c..53c810345e 100644 --- a/src/mainboard/google/ocelot/Kconfig +++ b/src/mainboard/google/ocelot/Kconfig @@ -115,7 +115,7 @@ config DRIVER_TPM_I2C_ADDR config DRIVER_TPM_I2C_BUS hex - default 0x01 if BOARD_GOOGLE_OCELOT + default 0x01 if BOARD_GOOGLE_MODEL_OCELOT config HAVE_SLP_S0_GATE def_bool n