mb/starlabs/starbook/tgl: Correct GPIO reset for GPP_C6/C7

Eliminates errors in cbmem log:
[ERROR]  gpio_pad_reset_config_override: Logical to Chipset mapping
         not found

Change-Id: I562e63365599a2dc62526f5789b7c6c79318cb9e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91298
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
Matt DeVillier 2026-02-13 12:46:16 -06:00 committed by Sean Rhodes
commit 392529ebb2

View file

@ -61,8 +61,8 @@ const struct pad_config gpio_table[] = {
PAD_CFG_NF(GPP_H16, NONE, DEEP, NF1), /* HDMI Clock */
PAD_CFG_NF(GPP_H17, NONE, DEEP, NF1), /* HDMI Data */
PAD_CFG_NF(GPP_B11, NONE, DEEP, NF1), /* PMC Interrupt */
PAD_CFG_NF(GPP_C6, NONE, PWROK, NF1), /* SML Clock */
PAD_CFG_NF(GPP_C7, NONE, PWROK, NF1), /* SML Data */
PAD_CFG_NF(GPP_C6, NONE, DEEP, NF1), /* SML Clock */
PAD_CFG_NF(GPP_C7, NONE, DEEP, NF1), /* SML Data */
/* Webcam */
PAD_CFG_TERM_GPO(GPP_D19, 1, UP_20K, DEEP), /* Power */