mb/starlabs/starbook/mtl: Adjust eSPI GPIO
Set the GPIO that enables eSPI to PLTRST to ensure that eSPI works in S3. Change-Id: Ibee64ccd9f21f33b764aacc4f97404ba56e5102e Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86899 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
cc6c6e10d3
commit
a675835326
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ const struct pad_config gpio_table[] = {
|
|||
* HIGH: ENABLED
|
||||
* LOW: DISABLED
|
||||
* WEAK INTERNAL PD 20K */
|
||||
PAD_CFG_GPO(GPP_C05, 1, DEEP),
|
||||
PAD_CFG_GPO(GPP_C05, 1, 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