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 <sean@starlabs.systems> Change-Id: Ieee27bd9079617ab95f4f1e27ef98b49e89e5b41 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60757 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
6306fc2127
commit
ad58a188e8
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue