summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjames_chao <james_chao@asus.com>2016-01-06 19:57:27 +0800
committerChromeOS bot <3su6n15k.default@developer.gserviceaccount.com>2016-01-07 20:22:30 +0000
commitc7144e6bf7cde18e4d0829ef4f35fe4c085539b6 (patch)
tree0b4c077fb990a24c1a593446c7372fd45cc66f50
parente8d8b7135f8ddb94b2cbdbe27a733b40e287dccb (diff)
downloadchrome-ec-c7144e6bf7cde18e4d0829ef4f35fe4c085539b6.tar.gz
Terra: Add EC wake up pin
Add EC wake up pin: AC_PRESENT BUG=None BRANCH=firmware-strago-7287.B TEST=buildall -j Change-Id: Id7f7768faaa9312cc2d0268849ebb098a6fa4911 Signed-off-by: james_chao <james_chao@asus.com> Reviewed-on: https://chromium-review.googlesource.com/320852 Reviewed-by: Bernie Thompson <bhthompson@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r--board/terra/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/terra/board.c b/board/terra/board.c
index be4171812c..4b28dc79a1 100644
--- a/board/terra/board.c
+++ b/board/terra/board.c
@@ -42,6 +42,7 @@ const unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);
const enum gpio_signal hibernate_wake_pins[] = {
GPIO_POWER_BUTTON_L,
+ GPIO_AC_PRESENT,
};
const int hibernate_wake_pins_used = ARRAY_SIZE(hibernate_wake_pins);