mb/starlabs/starbook/adl: Enable HPD GPIO
Enable the HPD GPIO so that the USB-C port can be used for DisplayPort. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: If93d08f64cf7b09bb47622bdc7f22280b8a48174 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72431 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
85ee1fd571
commit
1cf56d9049
|
@ -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_NC(GPP_A19, NONE),
|
||||
PAD_CFG_NF(GPP_A19, NONE, PLTRST, NF1),
|
||||
/* A20: Test Point 44 */
|
||||
PAD_NC(GPP_A20, NONE),
|
||||
/* A21: Fingerprint Reader Interrupt */
|
||||
|
|
Loading…
Reference in New Issue