diff --git a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c index f45d7e2c20..f9efc62d50 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -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: */