summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce <Bruce.Wan@quantatw.com>2016-01-05 17:14:41 +0800
committerChromeOS bot <3su6n15k.default@developer.gserviceaccount.com>2016-01-06 01:13:39 +0000
commite965899236aec62eb0246d5ad79f42294cce14e2 (patch)
tree361d2120f0b6077aedf86a1b5090706ccf0cf7de
parent0be3bc3d96320fa4812ca584f1c7f57a920cc4d0 (diff)
downloadchrome-ec-e965899236aec62eb0246d5ad79f42294cce14e2.tar.gz
Reks: Add EC wake up pin
Add EC wake up pin ,AC_PRESENT and LID_OPEN . BUG=None BRANCH=firmware-strago-7287.B TEST=buildall Change-Id: Ic55d65abf297db38d14b03ff6c85839c8fc0a6a2 Signed-off-by: Bruce.Wan <Bruce.Wan@quantatw.com> Reviewed-on: https://chromium-review.googlesource.com/320500 Reviewed-by: Shawn N <shawnn@chromium.org> Commit-Queue: Keith Tzeng <keith.tzeng@quantatw.com> Tested-by: Keith Tzeng <keith.tzeng@quantatw.com>
-rw-r--r--board/reks/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/reks/board.c b/board/reks/board.c
index edbc3edd97..12f51f3541 100644
--- a/board/reks/board.c
+++ b/board/reks/board.c
@@ -63,6 +63,8 @@ const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
const enum gpio_signal hibernate_wake_pins[] = {
GPIO_POWER_BUTTON_L,
+ GPIO_AC_PRESENT,
+ GPIO_LID_OPEN,
};
const int hibernate_wake_pins_used = ARRAY_SIZE(hibernate_wake_pins);