From be79c86f9e62069e47d63c27761eb700ae1bf4ee Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 10 Apr 2025 12:01:06 +0100 Subject: [PATCH] mb/starlabs/starbook/tgl: Move webcam GPIO to it's own group Change-Id: I88fa42782e4f262f6595bb6394f21f65bb3c1b21 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/87259 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/variants/tgl/gpio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c index 41565f913c..2a28a6d87c 100644 --- a/src/mainboard/starlabs/starbook/variants/tgl/gpio.c +++ b/src/mainboard/starlabs/starbook/variants/tgl/gpio.c @@ -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),