From c8a7422de72ab3572dac33dff35a839533fa8d57 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 8 Apr 2025 17:00:54 +0100 Subject: [PATCH] mb/starlabs/starbook/tgl: Change SSD Enable GPIO to PLTRST Change the SSD Enable GPIO to PLTRST, as having it configure to DEEP, renders the SSD inaccessible on S3 exit as it conflicts with the RTD3 driver. Change-Id: If4a406af13005ba4532091d0c5c75f5198e04ff4 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/87213 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/variants/tgl/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c index b6f152681b..2794ea4c55 100644 --- a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c @@ -42,7 +42,7 @@ const struct pad_config gpio_table[] = { /* SSD */ PAD_NC(GPP_D8, NONE), /* Clock Request 3 */ PAD_CFG_GPO(GPP_A11, 1, PLTRST), /* Reset */ - PAD_CFG_GPO(GPP_D16, 1, DEEP), /* Enable */ + PAD_CFG_GPO(GPP_D16, 1, PLTRST), /* Enable */ /* SATA */ PAD_CFG_NF(GPP_A12, UP_20K, DEEP, NF1), /* PEDET */