From cba1aeae71c8da3e5b014fd4ab146659f3626c68 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 17 Mar 2025 15:15:03 +0000 Subject: [PATCH] mb/starlabs/starbook/mtl: Disconnect unused GPIOs GPP_C03 and GPP_C04 are not used for the StarBook, so disconnect them. Change-Id: I5e2c3da1198f064800f6f897583e507b6ae8a656 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86897 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 946cff0a64..3d6212f293 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -88,9 +88,9 @@ const struct pad_config gpio_table[] = { * WEAK INTERNAL PD 20K */ PAD_CFG_GPO(GPP_C02, 1, DEEP), /* C03: SML0_CLK */ - PAD_CFG_NF(GPP_C03, NONE, DEEP, NF1), + PAD_NC(GPP_C03, NONE), /* C04: SML0_DATA */ - PAD_CFG_NF(GPP_C04, NONE, DEEP, NF1), + PAD_NC(GPP_C04, NONE), /* C05: ESPI * HIGH: ENABLED * LOW: DISABLED