mb/starlabs/starbook/tgl: Move webcam GPIO to it's own group

Change-Id: I88fa42782e4f262f6595bb6394f21f65bb3c1b21
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87259
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-10 12:01:06 +01:00 committed by Matt DeVillier
commit be79c86f9e

View file

@ -64,6 +64,9 @@ const struct pad_config gpio_table[] = {
PAD_CFG_NF(GPP_C6, NONE, PWROK, NF1), /* SML Clock */
PAD_CFG_NF(GPP_C7, NONE, PWROK, NF1), /* SML Data */
/* Webcam */
PAD_CFG_TERM_GPO(GPP_D19, 1, UP_20K, DEEP), /* Power */
/* Retimer */
PAD_NC(GPP_E18, NATIVE), /* TBT0 TXD */
PAD_NC(GPP_E19, NATIVE), /* TBT0 RXD */
@ -230,8 +233,6 @@ const struct pad_config gpio_table[] = {
PAD_NC(GPP_D17, NONE),
/* D18: Not Connected */
PAD_NC(GPP_D18, NONE),
/* D19: GPPC_D_19_WFCAM_PD_N */
PAD_CFG_TERM_GPO(GPP_D19, 1, UP_20K, DEEP),
/* E0: SATAXPCIE_0_SATAGP_0 */
PAD_NC(GPP_E0, NONE),