From cb956861a181499ac65c236602af95f4b1bb802e Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 26 Mar 2025 20:59:14 +0000 Subject: [PATCH] mb/starlabs/starbook/mtl: Correct the config for eSPI strap The comment was reversed for the eSPI strap, so the GPIO was misconfigured. Correct the comment and config accordingly. Change-Id: I494d247ea4625fa1633ffa6d073b48f1dbf8432f Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/87007 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/variants/mtl/gpio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c index 7a7ee1e73a..a12b1b0cbd 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -92,10 +92,10 @@ const struct pad_config gpio_table[] = { /* C04: SML0_DATA */ PAD_NC(GPP_C04, NONE), /* C05: ESPI - * HIGH: ENABLED - * LOW: DISABLED + * HIGH: DISABLED + * LOW: ENABLED * WEAK INTERNAL PD 20K */ - PAD_CFG_GPO(GPP_C05, 1, PLTRST), + PAD_CFG_GPO(GPP_C05, 0, PLTRST), /* C06: SML1_CLK_USBC_PD_N */ PAD_CFG_NF_IOSTANDBY_IGNORE(GPP_C06, NONE, DEEP, NF1), /* C07: SML1_DATA_USBC_PD_N */