From 0ae3b534e1a775cce179d56f213686adfba9ca58 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 4 Apr 2025 10:42:04 +0100 Subject: [PATCH] mb/starlabs/starbook/mtl: Change SSD enable GPIO to DEEP Set the SSD enable GPIO to DEEP reset, so that the SSD is powered down in S3. Change-Id: I6cc247e04974d293dfc157a3b459a3fb61e43a7f Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/87153 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/variants/mtl/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c index bb976a8431..618df01b19 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -46,7 +46,7 @@ const struct pad_config gpio_table[] = { /* SSD */ PAD_CFG_NF(GPP_D20, NONE, DEEP, NF1), /* Clock Request 8 */ PAD_CFG_GPO(GPP_A20, 1, PLTRST), /* Reset */ - PAD_CFG_GPO(GPP_H07, 1, PLTRST), /* Enable */ + PAD_CFG_GPO(GPP_H07, 1, DEEP), /* Enable */ /* Wireless */ PAD_CFG_NF(GPP_D21, NONE, DEEP, NF2), /* Clock Request 5 */