From 0e66daffac8debe79213e4c6f78c07d626540f48 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 4 Feb 2025 14:14:32 +0000 Subject: [PATCH] mb/starlabs/starbook/mtl: Disconnect WAKE_N GPIO This is not connected, so update the configuration to reflect that. Change-Id: I2922988758e0fa73b4d29ac13380f20f4606cd8e Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86269 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/variants/mtl/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c index cd90996dfe..02f1db7484 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -57,7 +57,7 @@ const struct pad_config gpio_table[] = { /* V13 */ PAD_NC(GPP_V13, NONE), /* V14: WAKE_N */ - PAD_CFG_NF(GPP_V14, NONE, DEEP, NF1), + PAD_NC(GPP_V14, NONE), /* V15: */ PAD_NC(GPP_V15, NONE), /* V16: */