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:
parent
c5a0beed9a
commit
61b99e9527
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue