diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-01-04 11:06:27 +0000 |
---|---|---|
committer | Martin Roth - Personal <martinroth@google.com> | 2022-02-22 19:20:49 +0000 |
commit | 6306fc2127a8f90df74d78c1d4c789ef33d7f66c (patch) | |
tree | b793f6603e46845e2c16711464b35871ef84b70c | |
parent | 3830d7a7f5290222d31f9a24140c5fc701184005 (diff) |
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>
-rw-r--r-- | src/mainboard/starlabs/labtop/variants/tgl/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/labtop/variants/tgl/gpio.c b/src/mainboard/starlabs/labtop/variants/tgl/gpio.c index dfec605b61..ab776bad41 100644 --- a/src/mainboard/starlabs/labtop/variants/tgl/gpio.c +++ b/src/mainboard/starlabs/labtop/variants/tgl/gpio.c @@ -170,7 +170,7 @@ const struct pad_config gpio_table[] = { /* C13: Not Connected */ PAD_NC(GPP_C13, NONE), /* C14: TPM_IRQ */ - PAD_NC(GPP_C14, NONE), + PAD_CFG_NF(GPP_C14, NONE, DEEP, NF1), /* C15: TPM_RST */ PAD_NC(GPP_C15, NONE), /* C16: I2C0_SDA */ |