From ad58a188e84ff4aa90c6ea6b42c0d93858e17c66 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 4 Jan 2022 11:07:17 +0000 Subject: [PATCH] mb/starlabs/labtop: Update trackpad GPIO configuration Update trackpad GPIO to avoid IRQ Storm, that causes high power consumption when idling or in S3. Signed-off-by: Sean Rhodes Change-Id: Ieee27bd9079617ab95f4f1e27ef98b49e89e5b41 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60757 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/labtop/variants/tgl/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/labtop/variants/tgl/gpio.c b/src/mainboard/starlabs/labtop/variants/tgl/gpio.c index ab776bad41..81de01e325 100644 --- a/src/mainboard/starlabs/labtop/variants/tgl/gpio.c +++ b/src/mainboard/starlabs/labtop/variants/tgl/gpio.c @@ -158,7 +158,7 @@ const struct pad_config gpio_table[] = { /* C7: SML1_DATA */ PAD_CFG_NF(GPP_C7, NONE, PWROK, NF1), /* C8: CLICK_PAD_INT_N */ - PAD_CFG_NF(GPP_C8, NONE, DEEP, NF1), + PAD_CFG_GPI_APIC_LOW(GPP_C8, NONE, PLTRST), /* C9: Not Connected */ PAD_NC(GPP_C9, NONE), /* C10: Not Connected */