From 927f16085a4080a58b73c7ca3f1cc3124f37ad88 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 27 Feb 2025 10:00:09 +0000 Subject: [PATCH] mb/starlabs/starbook/mtl: Correct GPP_D21 configuration This GPIO is used for clock request 5, which is NF2. Change-Id: Ic5712090339a39a269aa1aefca9f54da11cb6528 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86654 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- 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 7a8e660c75..d330400fc2 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -490,7 +490,7 @@ const struct pad_config gpio_table[] = { PAD_CFG_NF(GPP_D20, NONE, DEEP, NF1), /* D21: CLKREQ5 * WLAN */ - PAD_CFG_NF(GPP_D21, NONE, DEEP, NF1), + PAD_CFG_NF(GPP_D21, NONE, DEEP, NF2), /* D22: */ PAD_NC(GPP_D22, NONE), /* D23: */