Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/87168?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/starlabs/starbook/tgl: Move PROCHOT GPIO to PCH group ......................................................................
mb/starlabs/starbook/tgl: Move PROCHOT GPIO to PCH group
Change-Id: I3fb4421698df9ca3e9a6067d9054ef10ec103f25 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/87168 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, 1 insertion(+), 2 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 28b3388..07b455f 100644 --- a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c @@ -68,6 +68,7 @@ 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 */ + PAD_NC(GPP_B2, NONE), /* Processor Hot */
/* TPM */ PAD_CFG_GPI_APIC_LOW(GPP_C14, NONE, PLTRST), /* Interrupt */ @@ -119,8 +120,6 @@ /* A22: Not Connected */ PAD_NC(GPP_A22, NONE),
- /* B2: VRALERT_N */ - PAD_NC(GPP_B2, NONE), /* B3: Not Connected */ PAD_NC(GPP_B3, NONE), /* B4: Not Connected */