From 1b652f317910ee73dad583a904d9af2e93f6cfa8 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 4 Feb 2025 14:11:46 +0000 Subject: [PATCH] mb/starlabs/starbook/mtl: Disconnect CNVi GPIOs This board does not use CNVi, so disconnect the unused GPIOs. Change-Id: I93457ed65e11c9f6f3bff052bb0d82a0389b67c9 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/86267 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/variants/mtl/gpio.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c index fd4a0900d4..cd90996dfe 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/mtl/gpio.c @@ -306,17 +306,17 @@ const struct pad_config gpio_table[] = { * End: GPP_F23 */ /* F00: CNV_BRI_DT */ - PAD_CFG_NF(GPP_F00, NONE, DEEP, NF1), + PAD_NC(GPP_F00, NONE), /* F01: CNV_BRI_RSP */ - PAD_CFG_NF(GPP_F01, UP_20K, DEEP, NF1), + PAD_NC(GPP_F01, NONE), /* F02: CNV_RGI_DT */ - PAD_CFG_NF(GPP_F02, NONE, DEEP, NF1), + PAD_NC(GPP_F02, NONE), /* F03: CNV_RGI_RSP */ - PAD_CFG_NF(GPP_F03, UP_20K, DEEP, NF1), + PAD_NC(GPP_F03, NONE), /* F04: CNVI_RF_RESET_N */ - PAD_CFG_NF(GPP_F00, NONE, DEEP, NF1), + PAD_NC(GPP_F00, NONE), /* F05: MODEM_CLKREQ */ - PAD_CFG_NF(GPP_F00, NONE, DEEP, NF3), + PAD_NC(GPP_F00, NONE), /* F06: */ PAD_NC(GPP_F06, NONE), /* F07: */