Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87153?usp=email )
Change subject: mb/starlabs/starbook/mtl: Change SSD enable GPIO to DEEP ......................................................................
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 --- M src/mainboard/starlabs/starbook/variants/mtl/gpio.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Matt DeVillier: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c index bb976a8..618df01 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -46,7 +46,7 @@ /* 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 */