mb/starlabs/starbook/mtl: Configure the Boot Halt GPIO
This pin is connected, so configure it to NF2 accordingly. Change-Id: Iae8730a875fa0b2f4036f278591ece5a5fa5c5d1 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87012 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
69a3af77a0
commit
30af663a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ const struct pad_config gpio_table[] = {
|
|||
/* E14: EDP_HPD_N */
|
||||
PAD_CFG_NF(GPP_E14, NONE, DEEP, NF1),
|
||||
/* E15: BOOTHALT_N */
|
||||
PAD_NC(GPP_E15, NONE),
|
||||
PAD_CFG_NF(GPP_E15, NONE, DEEP, NF2),
|
||||
/* E16: BC_PROCHOT_N */
|
||||
PAD_CFG_GPI_SCI(GPP_E16, NONE, PLTRST, EDGE_SINGLE, INVERT),
|
||||
/* E17: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue