mb/starlabs/labtop: Configure TPM_IRQ GPIO for TGL

Configure the TPM IRQ GPIO for TGL (StarBook Mk V) so that the
hardware TPM can be used.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ife88075e70184b46e69f2e24c70b85ec254edd64
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60756
Reviewed-by: Andy Pont <andy.pont@sdcsystems.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2022-01-04 11:06:27 +00:00 committed by Martin Roth - Personal
parent 3830d7a7f5
commit 6306fc2127
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ const struct pad_config gpio_table[] = {
/* C13: Not Connected */ /* C13: Not Connected */
PAD_NC(GPP_C13, NONE), PAD_NC(GPP_C13, NONE),
/* C14: TPM_IRQ */ /* C14: TPM_IRQ */
PAD_NC(GPP_C14, NONE), PAD_CFG_NF(GPP_C14, NONE, DEEP, NF1),
/* C15: TPM_RST */ /* C15: TPM_RST */
PAD_NC(GPP_C15, NONE), PAD_NC(GPP_C15, NONE),
/* C16: I2C0_SDA */ /* C16: I2C0_SDA */