From d6a4f4fb80a56b90b3fd47fd070b186214327879 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 17 Mar 2025 15:26:08 +0000 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/86901 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/variants/mtl/gpio.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: */