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 <pranavayn@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88513
Reviewed-by: Avi Uday <aviuday@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Pranava Y N 2025-07-21 17:01:41 +05:30 committed by Subrata Banik
commit ce88b12420

View file

@ -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