mb/starlabs/starlite: Set Touch Panel Reset (GPP_F17) to host owned

Set the Touch Panel Reset (GPP_F17) to host owned so that it
can be controlled by the OS via ACPI.

Change-Id: I3e1249addcfb831deee81024a37a867c79b1b0f9
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85699
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2024-10-24 14:25:16 +01:00
commit 4e18a32735

View file

@ -323,7 +323,7 @@ const struct pad_config gpio_table[] = {
/* F16: Not Connected */
PAD_NC(GPP_F16, NONE),
/* F17: Touch Panel Reset */
PAD_CFG_GPO(GPP_F17, 1, DEEP),
PAD_CFG_GPO_GPIO_DRIVER(GPP_F17, 1, DEEP, NONE),
/* F18: Touch Panel Interrupt */
PAD_CFG_GPI_APIC(GPP_F18, NONE, PLTRST, LEVEL, INVERT),
/* F19: Not Connected */