mb/starlabs/starbook/tgl: Move Core Vendor GPIOs to PCH group

Change-Id: Icb3f83c9a308a7a097be1858d6db53faa1d6e1b5
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87155
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2025-04-04 11:00:30 +01:00 committed by Matt DeVillier
commit 7355b27070

View file

@ -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 */