From 479b39c3e91eec926d577fcd93dbfac42cc4efbc Mon Sep 17 00:00:00 2001 From: Avi Uday Date: Wed, 23 Jul 2025 15:19:41 +0530 Subject: [PATCH] mb/google/ocelot: Update wake on touch GPIO GPP_F18 is the correct wake on touch GPIO, which overrides GPP_DW0_18. Platform Mapping Document : Rev0p86 BUG=b:394208231 TEST=Touchpad works on ocelot RVP Change-Id: I4ea9c36a371d69f829ba64bfeb35ab9afccf1e06 Signed-off-by: Avi Uday Reviewed-on: https://review.coreboot.org/c/coreboot/+/88540 Reviewed-by: Sowmya Aralguppe Reviewed-by: Pranava Y N Tested-by: build bot (Jenkins) --- src/mainboard/google/ocelot/variants/ocelot/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb b/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb index 56aa468b6e..24e697e972 100644 --- a/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb +++ b/src/mainboard/google/ocelot/variants/ocelot/overridetree.cb @@ -542,7 +542,7 @@ chip soc/intel/pantherlake register "generic.desc" = ""Hynitron TOUCHPAD"" register "generic.irq" = "ACPI_IRQ_WAKE_LEVEL_LOW(GPP_F18_IRQ)" # NOTE: pmc_gpe0_dw0 will be overridden to GPP_F in variant.c. - register "generic.wake" = "GPE0_DW0_13" + register "generic.wake" = "GPE0_DW0_18" register "generic.uid" = "5" register "generic.detect" = "1" register "hid_desc_reg_offset" = "0x20"