mb/starlabs/starbook/mtl: Configure V GPIOs to work in S3
Configure all the controlling GPIOs to IOSTANDBY_IGNORE to ensure they work in S3. Change-Id: I1b34793a6437d2e489fca90be1f5d3e13ec7d559 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86901 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
f811b1bb0e
commit
d6a4f4fb80
1 changed files with 5 additions and 5 deletions
|
|
@ -29,17 +29,17 @@ const struct pad_config gpio_table[] = {
|
|||
* End: GPP_V22
|
||||
*/
|
||||
/* V00: PM_BATLOW_N */
|
||||
PAD_CFG_NF(GPP_V00, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V00, NONE, DEEP, NF1),
|
||||
/* V01: CHG_ACOK */
|
||||
PAD_CFG_NF(GPP_V01, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V01, NONE, DEEP, NF1),
|
||||
/* V02: PCIE_WAKE_LAN */
|
||||
PAD_NC(GPP_V02, NONE),
|
||||
/* V03: EC_PWRBTN_N */
|
||||
PAD_CFG_NF(GPP_V03, UP_20K, DEEP, NF1),
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V03, UP_20K, DEEP, NF1),
|
||||
/* V04: PM_SLP_S3_N */
|
||||
PAD_NC(GPP_V04, NONE),
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V04, NONE, DEEP, NF1),
|
||||
/* V05: SLP S4# */
|
||||
PAD_NC(GPP_V05, NONE),
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V05, NONE, DEEP, NF1),
|
||||
/* V06: GPD_6_SLP_A_N */
|
||||
PAD_NC(GPP_V06, NONE),
|
||||
/* V07: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue