From 3707400f805652b3ab09262eedb2fe3759e7f1e8 Mon Sep 17 00:00:00 2001 From: Eric Lai Date: Sat, 13 May 2023 14:40:51 +0800 Subject: mb/google/hades: Correct TPM I2C bus to 3 Follow schematic to correct I2C bus. BUG=b:282164589 TEST=able to boot up Signed-off-by: Eric Lai Change-Id: I277e5190302c98dbce809d09c1a32fac758aa8e9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75190 Tested-by: build bot (Jenkins) Reviewed-by: Frank Wu Reviewed-by: Ian Feng Reviewed-by: Ivy Jian Reviewed-by: Tarun Tuli --- src/mainboard/google/brya/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index c997058889..ce10aa7258 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -159,7 +159,7 @@ config DRIVER_TPM_I2C_BUS default 0x1 if BOARD_GOOGLE_OMNIGUL default 0x1 if BOARD_GOOGLE_CONSTITUTION default 0x1 if BOARD_GOOGLE_AURASH - default 0x1 if BOARD_GOOGLE_HADES + default 0x3 if BOARD_GOOGLE_HADES default 0x0 if BOARD_GOOGLE_YAVILLA default 0x0 if BOARD_GOOGLE_ULDREN -- cgit v1.2.3