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:
parent
3830d7a7f5
commit
6306fc2127
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue