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 <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87153
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2025-04-04 10:42:04 +01:00
commit 0ae3b534e1

View file

@ -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 */