diff options
author | Rex-BC Chen <rex-bc.chen@mediatek.com> | 2022-07-25 19:36:56 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-08-03 16:40:20 +0000 |
commit | d9e568a0464796b0d5e6209f4c5e3d7ed42e59b2 (patch) | |
tree | 39a259ae920f6093fd611ad47b5c6644d0c5170f /src/mainboard/google/geralt/gpio.h | |
parent | 433810a5777cbfb1ee5cae5b284481acdbf63048 (diff) |
mb/google/geralt: Configure TPM
Initialize I2C bus 1 for TPM control.
TEST=build pass
BUG=b:236331724
Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Change-Id: If5807c9bb39260315ecbc55305def483bd2b8c51
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66273
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/geralt/gpio.h')
-rw-r--r-- | src/mainboard/google/geralt/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/geralt/gpio.h b/src/mainboard/google/geralt/gpio.h index 386df4d1b3..ff6de17563 100644 --- a/src/mainboard/google/geralt/gpio.h +++ b/src/mainboard/google/geralt/gpio.h @@ -6,6 +6,7 @@ #include <soc/gpio.h> #define GPIO_AP_EC_WARM_RST_REQ GPIO(DPI_HSYNC) +#define GPIO_GSC_AP_INT_ODL GPIO(GPIO00) void setup_chromeos_gpios(void); |