mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: google/reef: Use GPE0_DW1_15 as wake signal for touchpad
Due to GPE routing, raw GPIO cannot be used for indicating the wake signal for touchpad. Instead we need to reference GPE pins. BUG=chrome-os-partner:55670 BRANCH=None TEST=None Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/15947 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Shaunak Saha <shaunak.saha@intel.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Change-Id: Ie5d8473df4301c7beef0cae8fe84e71b2838261b Reviewed-on: https://chromium-review.googlesource.com/365721 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
4907151511
commit
3fd39f67c8
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ chip soc/intel/apollolake
|
|||
register "hid" = ""ELAN0000""
|
||||
register "desc" = ""ELAN Touchpad""
|
||||
register "irq" = "IRQ_EDGE_LOW(GPIO_18_IRQ)"
|
||||
register "wake" = "GPIO_15"
|
||||
register "wake" = "GPE0_DW1_15"
|
||||
device i2c 15 on end
|
||||
end
|
||||
end # - I2C 4
|
||||
|
|
Loading…
Add table
Reference in a new issue