From 115a6ce36a4e48e3790705a2911fc04b923f9a96 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 14 Oct 2025 16:43:16 +0100 Subject: [PATCH] mb/starlabs/starbook/adl: Correct clock request number in comment Change-Id: I36e5b57923f2205958545f86ebd350312b0dca0d Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/89573 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 2a90e4c103..d8a1a2ce41 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/adl/gpio.c @@ -45,7 +45,7 @@ const struct pad_config gpio_table[] = { PAD_CFG_GPO(GPP_H0, 1, PLTRST), /* Reset */ /* Wireless */ - PAD_CFG_NF(GPP_D7, NONE, DEEP, NF1), /* Clock Request 1 */ + PAD_CFG_NF(GPP_D7, NONE, DEEP, NF1), /* Clock Request 2 */ PAD_CFG_GPO(GPP_H2, 1, PLTRST), /* Reset */ PAD_CFG_GPO(GPP_E3, 1, DEEP), /* WiFi RF Kill */ PAD_CFG_GPO(GPP_A13, 1, DEEP), /* Bluetooth RF Kill */