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 Change-Id: Ie5d8473df4301c7beef0cae8fe84e71b2838261b 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>
This commit is contained in:
parent
6e37e90193
commit
212820c8d7
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…
Reference in a new issue