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 <eric_lai@quanta.corp-partner.google.com> Change-Id: I277e5190302c98dbce809d09c1a32fac758aa8e9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75190 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frank Wu <frank_wu@compal.corp-partner.google.com> Reviewed-by: Ian Feng <ian_feng@compal.corp-partner.google.com> Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com> Reviewed-by: Tarun Tuli <taruntuli@google.com>
This commit is contained in:
parent
21af6b4431
commit
3707400f80
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue