From 7355b27070545297aee7a74968a169873218f3d9 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 4 Apr 2025 11:00:30 +0100 Subject: [PATCH] mb/starlabs/starbook/tgl: Move Core Vendor GPIOs to PCH group Change-Id: Icb3f83c9a308a7a097be1858d6db53faa1d6e1b5 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/87155 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/variants/tgl/gpio.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c index f4d4db05b5..8705b131b8 100644 --- a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c @@ -61,6 +61,8 @@ const struct pad_config gpio_table[] = { /* PCH */ PAD_CFG_NF(GPP_H18, NONE, DEEP, NF1), /* C10 Gate */ PAD_CFG_NF(GPP_B13, NONE, DEEP, NF1), /* Platform Reset */ + PAD_CFG_NF(GPP_B0, NONE, DEEP, NF1), /* Vendor ID 0 */ + PAD_CFG_NF(GPP_B1, NONE, DEEP, NF1), /* Vendor ID 1 */ /* TPM */ PAD_CFG_GPI_APIC_LOW(GPP_C14, NONE, PLTRST), /* Interrupt */ @@ -114,10 +116,6 @@ const struct pad_config gpio_table[] = { /* A23: TC_RETIMER_FORCE_PWR */ PAD_CFG_GPO(GPP_A23, 0, DEEP), - /* B0: CORE_VID_0 */ - PAD_CFG_NF(GPP_B0, NONE, DEEP, NF1), - /* B1: CORE_VID_1 */ - PAD_CFG_NF(GPP_B1, NONE, DEEP, NF1), /* B2: VRALERT_N */ PAD_NC(GPP_B2, NONE), /* B3: Not Connected */