Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87155?usp=email )
Change subject: mb/starlabs/starbook/tgl: Move Core Vendor GPIOs to PCH group ......................................................................
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 --- M src/mainboard/starlabs/starbook/variants/tgl/gpio.c 1 file changed, 2 insertions(+), 4 deletions(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c index f4d4db0..8705b13 100644 --- a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c @@ -61,6 +61,8 @@ /* 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 @@ /* 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 */