From 451988d01568d65b79223a02e7dd669dcaab1960 Mon Sep 17 00:00:00 2001 From: Luca Lai Date: Tue, 15 Jul 2025 11:05:45 +0800 Subject: [PATCH] mb/google/trulo/var/pujjolo: Fix Goodix touchscreen function Change level from low to high to fix goodix touchscreen issue. BUG=b:430156965 BRANCH=none TEST= Build and boot to OS to test touch function work fine. Change-Id: I9bd16b2a9ebb5699ad4bf04b018aefc6b86b4199 Signed-off-by: Luca Lai Reviewed-on: https://review.coreboot.org/c/coreboot/+/88432 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/mainboard/google/brya/variants/pujjolo/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb index c9c551025a..3c6d1102e5 100644 --- a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb +++ b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb @@ -208,7 +208,7 @@ chip soc/intel/alderlake chip drivers/i2c/hid register "generic.hid" = ""GDIX0000"" register "generic.desc" = ""Goodix Touchscreen"" - register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E11_IRQ)" + register "generic.irq" = "ACPI_IRQ_LEVEL_HIGH(GPP_E11_IRQ)" register "generic.detect" = "1" register "generic.enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_C0)" register "generic.enable_delay_ms" = "20"