mb/starlabs/starbook/adl_n: Set TCP0 HPD GPIO to DEEP

Set the pad to DEEP, instead of PLTRST as this is more reliable
when resuming from S3.

Change-Id: Ida3713bbbce1eb9c6793fec2172005b4dfd54e86
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86076
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2025-01-21 09:08:42 +00:00
commit e7343fd018

View file

@ -75,7 +75,7 @@ const struct pad_config gpio_table[] = {
/* A18: DDI B DP HPD */
PAD_CFG_NF(GPP_A18, NONE, DEEP, NF1),
/* A19: TCP0 HPD */
PAD_CFG_NF(GPP_A19, NONE, PLTRST, NF1),
PAD_CFG_NF(GPP_A19, NONE, DEEP, NF1),
/* A20: Test Point 44 */
PAD_NC(GPP_A20, NONE),
/* A21: Fingerprint Reader Interrupt */