mb/starlabs/starbook/mtl: Don't configure GPIOs to IOSTANDBY_IGNORE
This is just simply incorrect, as these signals are used to pull various devices into low power states during S3. Change-Id: Ic2950cc43fd17dda4205964c851b09cfd86d90d9 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87013 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
28d4a35fd0
commit
1467e5fbd3
1 changed files with 8 additions and 8 deletions
|
|
@ -29,17 +29,17 @@ const struct pad_config gpio_table[] = {
|
|||
* End: GPP_V22
|
||||
*/
|
||||
/* V00: PM_BATLOW_N */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V00, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_V00, NONE, DEEP, NF1),
|
||||
/* V01: CHG_ACOK */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V01, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_V01, NONE, DEEP, NF1),
|
||||
/* V02: PCIE_WAKE_LAN */
|
||||
PAD_NC(GPP_V02, NONE),
|
||||
/* V03: EC_PWRBTN_N */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V03, UP_20K, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_V03, UP_20K, DEEP, NF1),
|
||||
/* V04: PM_SLP_S3_N */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V04, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_V04, NONE, DEEP, NF1),
|
||||
/* V05: SLP S4# */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_V05, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_V05, NONE, DEEP, NF1),
|
||||
/* V06: GPD_6_SLP_A_N */
|
||||
PAD_NC(GPP_V06, NONE),
|
||||
/* V07: */
|
||||
|
|
@ -97,9 +97,9 @@ const struct pad_config gpio_table[] = {
|
|||
* WEAK INTERNAL PD 20K */
|
||||
PAD_CFG_GPO(GPP_C05, 0, PLTRST),
|
||||
/* C06: SML1_CLK_USBC_PD_N */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_C06, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_C06, NONE, DEEP, NF1),
|
||||
/* C07: SML1_DATA_USBC_PD_N */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_C07, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_C07, NONE, DEEP, NF1),
|
||||
/* C08: SML1ALERT */
|
||||
PAD_CFG_NF(GPP_C08, NONE, DEEP, NF1),
|
||||
/* C09: */
|
||||
|
|
@ -182,7 +182,7 @@ const struct pad_config gpio_table[] = {
|
|||
/* A20: M.2_CPU_SSD_RESET_N */
|
||||
PAD_CFG_GPO(GPP_A20, 1, PLTRST),
|
||||
/* A21: I2C_PMC_PD_INT_N */
|
||||
PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_A21, NONE, DEEP, NF1),
|
||||
PAD_CFG_NF(GPP_A21, NONE, DEEP, NF1),
|
||||
/* A22: */
|
||||
PAD_NC(GPP_A22, NONE),
|
||||
/* A23: */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue