Boris Mittelberg has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/51831 )
Change subject: mainboard/google/brya: Disable touchpad as wake source ......................................................................
mainboard/google/brya: Disable touchpad as wake source
This change temporarily disables touchpad, as it sends spurious wake signal via GPP_F14 and immediately wakes the system from S3. It happens because touchpad's power is disabled in S3 in current revision of schematics (boardid = 1)
BUG=183738135 BRANCH=main TEST=manually
Signed-off-by: Boris Mittelberg bmbm@google.com Change-Id: Ia7d282f38d205a94cc43eaa1832729f4606437c9 --- M src/mainboard/google/brya/variants/brya0/overridetree.cb 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/51831/1
diff --git a/src/mainboard/google/brya/variants/brya0/overridetree.cb b/src/mainboard/google/brya/variants/brya0/overridetree.cb index b115aeb..e28e4b2 100644 --- a/src/mainboard/google/brya/variants/brya0/overridetree.cb +++ b/src/mainboard/google/brya/variants/brya0/overridetree.cb @@ -168,7 +168,6 @@ register "hid" = ""ELAN0000"" register "desc" = ""ELAN Touchpad"" register "irq" = "ACPI_IRQ_WAKE_LEVEL_LOW(GPP_F14_IRQ)" - register "wake" = "GPE0_DW2_14" register "probed" = "1" device i2c 15 on end end