From 397c3e3c520d91ec77be174387009e22af1b6f21 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 30 Dec 2024 14:21:18 +0530 Subject: [PATCH] mb/google/fatcat/var/fatcat: Add touchpad wake source This change adds the wake source for the touchpad on the google/fatcat mainboard. This allows the touchpad to wake the system from suspend. BUG=b:274919134 TEST=Verified that the system can be woken up from suspend by tapping the touchpad. Change-Id: I6b265fb6b220cc779ea011e767ae98d4cf37e0d2 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/85803 Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N --- src/mainboard/google/fatcat/variants/fatcat/overridetree.cb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb index 5a4af8e386..95a142f8af 100644 --- a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb @@ -757,6 +757,7 @@ chip soc/intel/pantherlake register "generic.hid" = ""HFW68H"" register "generic.desc" = ""Hynitron TOUCHPAD"" register "generic.irq" = "ACPI_IRQ_WAKE_LEVEL_LOW(GPP_A13_IRQ)" + register "generic.wake" = "GPE0_DW0_13" register "generic.uid" = "5" register "generic.detect" = "1" register "hid_desc_reg_offset" = "0x20"