From fb52bc8b5050e0b802ddd63dd4af4b9cbd0d0cf7 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 17 Mar 2025 15:03:15 +0000 Subject: [PATCH] mb/starlabs/starbook/mtl: Correct GPIO references The table included 3 entries for GPP_F00, so adjust them to the correct pads. Change-Id: Ic8d3a2e742f01231d1a4b777879da0b310085efe Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86894 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/variants/mtl/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c index 48b4276079..946cff0a64 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -310,9 +310,9 @@ const struct pad_config gpio_table[] = { /* F03: CNV_RGI_RSP */ PAD_NC(GPP_F03, NONE), /* F04: CNVI_RF_RESET_N */ - PAD_NC(GPP_F00, NONE), + PAD_NC(GPP_F04, NONE), /* F05: MODEM_CLKREQ */ - PAD_NC(GPP_F00, NONE), + PAD_NC(GPP_F05, NONE), /* F06: */ PAD_NC(GPP_F06, NONE), /* F07: */