summaryrefslogtreecommitdiff
path: root/src/mainboard/google/brox/Kconfig
diff options
context:
space:
mode:
authorShelley Chen <shchen@google.com>2023-11-13 10:02:28 -0800
committerShelley Chen <shchen@google.com>2023-11-29 06:54:24 +0000
commitea9248e9fb38e107dc4397ba7d30616aa4c9077b (patch)
tree9b13e44d4bd1bcf4fec81a353700f8e488594e6c /src/mainboard/google/brox/Kconfig
parent2d589cfc6ca27656f621af634b04e49ed472872f (diff)
mb/google/brox: Fix configuration for TPM
On Brox, TPM is using i2c4 and GPP_E2, so modifying the Kconfig to reflect this. Also, fixing up the TPM entry in the device tree. Making sure that the GPIO for GSC_PCH_INT_ODL is set correctly. BUG=b:300690448 BRANCH=None TEST=emerge-brox coreboot Change-Id: I0ecaa6fcfc05c3c2e55f857d7a4e59fe46096bb5 Signed-off-by: Shelley Chen <shchen@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79102 Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/brox/Kconfig')
-rw-r--r--src/mainboard/google/brox/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig
index 08a0656e6e..f6f33b6773 100644
--- a/src/mainboard/google/brox/Kconfig
+++ b/src/mainboard/google/brox/Kconfig
@@ -76,7 +76,7 @@ config DEVICETREE
config DRIVER_TPM_I2C_BUS
hex
- default 0x1 if BOARD_GOOGLE_BROX
+ default 0x4 if BOARD_GOOGLE_BROX
config DRIVER_TPM_I2C_ADDR
hex
@@ -87,7 +87,7 @@ config FMDFILE
config TPM_TIS_ACPI_INTERRUPT
int
- default 13
+ default 66 # GPE0_DW2_02 (GPP_E2)
config OVERRIDE_DEVICETREE
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"