From 4e18a3273592ecaa22623bb1962bd06384468ccc Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 24 Oct 2024 14:25:16 +0100 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/85699 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c b/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c index c60c3695eb..f57f1229fd 100644 --- a/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c +++ b/src/mainboard/starlabs/starlite_adl/variants/mk_v/gpio.c @@ -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 */