Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60757 )
Change subject: mb/starlabs/labtop: Update trackpad GPIO ......................................................................
mb/starlabs/labtop: Update trackpad GPIO
Update trackpad GPIO to avoid IRQ Storm, that causes high power consumption when idling or in S3.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: Ieee27bd9079617ab95f4f1e27ef98b49e89e5b41 --- M src/mainboard/starlabs/labtop/variants/tgl/gpio.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/60757/1
diff --git a/src/mainboard/starlabs/labtop/variants/tgl/gpio.c b/src/mainboard/starlabs/labtop/variants/tgl/gpio.c index 7edd32d..8ae3875 100644 --- a/src/mainboard/starlabs/labtop/variants/tgl/gpio.c +++ b/src/mainboard/starlabs/labtop/variants/tgl/gpio.c @@ -158,7 +158,7 @@ /* 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 */