mb/starlabs/starbook/mtl: Correct HDMI HPD GPIO config

This GPIO should be NF2, not NF1.

Change-Id: I012acfa43ada5641b37f38892a1e3bfbc6e74843
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86495
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-02-18 11:19:17 +00:00 committed by Matt DeVillier
commit 61b99e9527

View file

@ -428,7 +428,7 @@ const struct pad_config gpio_table[] = {
/* B15: */
PAD_NC(GPP_B15, NONE),
/* B16: DDIB_DP_HPD */
PAD_CFG_NF(GPP_B16, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_B16, NONE, DEEP, NF2),
/* B17: */
PAD_NC(GPP_B17, NONE),
/* B18: BT_RF_KILL_N */