[coreboot-gerrit] Change in ...coreboot[master]: mb/google/octopus/phaser: Fix trackpad GPE wake configuration

Karthik Ramasubramanian (Code Review) gerrit at coreboot.org
Fri Dec 7 20:00:12 CET 2018


Hello Karthikeyan Ramasubramanian,

I'd like you to do a code review. Please visit

    https://review.coreboot.org/c/coreboot/+/30105

to review the following change.


Change subject: mb/google/octopus/phaser: Fix trackpad GPE wake configuration
......................................................................

mb/google/octopus/phaser: Fix trackpad GPE wake configuration

Synaptics Trackpad wake event is incorrectly routed to GPE0_DW2_02. The
concerned GPIO is not connected and hence wont trigger a wakeup. Fix the
GPE wake configuration for synaptics trackpad.

BUG=b:120666158
BRANCH=octopus
TEST=Ensure that the wake on trackpad works with Synaptics touch pad.
Ensure that the system can enter S0ix successfully(run
suspend_stress_test -c 25).

Change-Id: I87b8c266266280f61700839d428e6f8938b0f72f
Signed-off-by: Karthikeyan Ramasubramanian <kramasub at google.com>
---
M src/mainboard/google/octopus/variants/phaser/overridetree.cb
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/30105/1

diff --git a/src/mainboard/google/octopus/variants/phaser/overridetree.cb b/src/mainboard/google/octopus/variants/phaser/overridetree.cb
index f996d8b..d42fe81 100644
--- a/src/mainboard/google/octopus/variants/phaser/overridetree.cb
+++ b/src/mainboard/google/octopus/variants/phaser/overridetree.cb
@@ -84,8 +84,8 @@
 			chip drivers/i2c/hid
 				register "generic.hid" = ""PNP0C50""
 				register "generic.desc" = ""Synaptics Touchpad""
-				register "generic.irq" = "ACPI_IRQ_EDGE_LOW(GPIO_135_IRQ)"
-				register "generic.wake" = "GPE0_DW2_02"
+				register "generic.irq" = "ACPI_IRQ_WAKE_EDGE_LOW(GPIO_135_IRQ)"
+				register "generic.wake" = "GPE0_DW3_27"
 				register "generic.probed" = "1"
 				register "hid_desc_reg_offset" = "0x20"
 				device i2c 0x2c on end

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30105
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I87b8c266266280f61700839d428e6f8938b0f72f
Gerrit-Change-Number: 30105
Gerrit-PatchSet: 1
Gerrit-Owner: Karthik Ramasubramanian <kramasub at google.com>
Gerrit-Reviewer: Karthikeyan Ramasubramanian <kramasub at chromium.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181207/82934ffb/attachment.html>


More information about the coreboot-gerrit mailing list