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:
parent
b9d9d786c0
commit
4e18a32735
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue