diff options
author | Furquan Shaikh <furquan@google.com> | 2016-07-15 16:57:44 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2016-07-20 17:16:38 +0200 |
commit | c9de92c021286c4cc4a096277896fc68305aff70 (patch) | |
tree | 31695ef3538f485199983ab4ef2c62d1d0698f1d /src/mainboard/google/reef | |
parent | ed75b279a334e3a2c41ef179d7f4dbb8200445fb (diff) | |
download | coreboot-c9de92c021286c4cc4a096277896fc68305aff70.tar.xz |
google/reef: Add wake signal for trackpad
EVT has a wake signal for track pad which is routed to GP_15.
BUG=chrome-os-partner:54960
Change-Id: I9a73a3dc74e3bbed63509a3c076ec17a6559da55
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/15723
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/devicetree.cb b/src/mainboard/google/reef/devicetree.cb index 34f0b03f52..a04a3cde58 100644 --- a/src/mainboard/google/reef/devicetree.cb +++ b/src/mainboard/google/reef/devicetree.cb @@ -100,6 +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" device i2c 15 on end end end # - I2C 4 |