Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85803?usp=email )
Change subject: mb/google/fatcat/var/fatcat: Add touchpad wake source ......................................................................
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 subratabanik@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/85803 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Pranava Y N pranavayn@google.com --- M src/mainboard/google/fatcat/variants/fatcat/overridetree.cb 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Pranava Y N: Looks good to me, approved
diff --git a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb index 5a4af8e..95a142f 100644 --- a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb @@ -757,6 +757,7 @@ 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"