[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variants/nami: Fixed stylus eject event won't wake fr...

Hal Tsai (Code Review) gerrit at coreboot.org
Mon Apr 23 10:22:17 CEST 2018


Hal Tsai has uploaded this change for review. ( https://review.coreboot.org/25784


Change subject: mb/google/poppy/variants/nami: Fixed stylus eject event won't wake from REM mode.
......................................................................

mb/google/poppy/variants/nami: Fixed stylus eject event won't wake from REM mode.

Invert stylus ejects event.

BUG=b:77941823
TEST=Verify stylus eject and insert events correct.

Change-Id: Icf1c459be5797c32a0baca04da4e60adbd9fa867
Signed-off-by: Hal Tsai <hal_tsai at compal.corp-partner.google.com>
---
M src/mainboard/google/poppy/variants/nami/devicetree.cb
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/25784/1

diff --git a/src/mainboard/google/poppy/variants/nami/devicetree.cb b/src/mainboard/google/poppy/variants/nami/devicetree.cb
index b1c278c..9bf6e15 100644
--- a/src/mainboard/google/poppy/variants/nami/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/nami/devicetree.cb
@@ -288,7 +288,7 @@
                         end
 			chip drivers/generic/gpio_keys
 				register "name" = ""PENH""
-				register "gpio" = "ACPI_GPIO_INPUT_ACTIVE_LOW(GPP_E8)"
+				register "gpio" = "ACPI_GPIO_INPUT_ACTIVE_HIGH(GPP_E8)"
 				register "key.dev_name" = ""EJCT""
 				register "key.linux_code" = "SW_PEN_INSERTED"
 				register "key.linux_input_type" = "EV_SW"

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf1c459be5797c32a0baca04da4e60adbd9fa867
Gerrit-Change-Number: 25784
Gerrit-PatchSet: 1
Gerrit-Owner: Hal Tsai <hal_tsai at compal.corp-partner.google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180423/27d8e5c8/attachment.html>


More information about the coreboot-gerrit mailing list