From 2c465c0e216c230fe0692e84b3c5527e9fcbff8b Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 14 Oct 2025 16:44:58 +0100 Subject: [PATCH] mb/starlabs/starbook/adl: Re-order GPIOs to match other boards Change-Id: Ibfacb4430e74f7cd9dfcac2c20fbb59635851979 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/89574 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/variants/adl/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/starbook/variants/adl/gpio.c b/src/mainboard/starlabs/starbook/variants/adl/gpio.c index d8a1a2ce41..f541553361 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/adl/gpio.c @@ -41,8 +41,8 @@ const struct pad_config gpio_table[] = { /* SSD */ PAD_CFG_NF(GPP_D6, NONE, DEEP, NF1), /* Clock Request 1 */ - PAD_CFG_GPO(GPP_D16, 1, DEEP), /* Enable */ PAD_CFG_GPO(GPP_H0, 1, PLTRST), /* Reset */ + PAD_CFG_GPO(GPP_D16, 1, DEEP), /* Enable */ /* Wireless */ PAD_CFG_NF(GPP_D7, NONE, DEEP, NF1), /* Clock Request 2 */