mb/starlabs/starbook/mtl: Correct the config for eSPI strap
The comment was reversed for the eSPI strap, so the GPIO was misconfigured. Correct the comment and config accordingly. Change-Id: I494d247ea4625fa1633ffa6d073b48f1dbf8432f Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87007 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
1fa5ab805b
commit
cb956861a1
1 changed files with 3 additions and 3 deletions
|
|
@ -92,10 +92,10 @@ const struct pad_config gpio_table[] = {
|
|||
/* C04: SML0_DATA */
|
||||
PAD_NC(GPP_C04, NONE),
|
||||
/* C05: ESPI
|
||||
* HIGH: ENABLED
|
||||
* LOW: DISABLED
|
||||
* HIGH: DISABLED
|
||||
* LOW: ENABLED
|
||||
* WEAK INTERNAL PD 20K */
|
||||
PAD_CFG_GPO(GPP_C05, 1, PLTRST),
|
||||
PAD_CFG_GPO(GPP_C05, 0, PLTRST),
|
||||
/* C06: SML1_CLK_USBC_PD_N */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_C06, NONE, DEEP, NF1),
|
||||
/* C07: SML1_DATA_USBC_PD_N */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue