summaryrefslogtreecommitdiff
path: root/chip/it83xx/gpio.c
diff options
context:
space:
mode:
authorDino Li <dino.li@ite.com.tw>2015-10-21 22:09:03 +0800
committerchrome-bot <chrome-bot@chromium.org>2015-10-25 09:17:44 -0700
commit2fa6f3e590b7a669586471e649381a963599ace7 (patch)
tree1d74c0421b73461e876222421bf9e8f38d315a74 /chip/it83xx/gpio.c
parentad1d33778fb946c1cd2a489aa8b21ad6bccb16c9 (diff)
downloadchrome-ec-2fa6f3e590b7a669586471e649381a963599ace7.tar.gz
it8380dev: gpio - remove comment about E4
E4 pin has two output options, INTC WKO25 and WKO114. We can use any of them. So we enable E4's output to INTC WKO114. Signed-off-by: Dino Li <dino.li@ite.com.tw> BRANCH=none BUG=none TEST=make buildall -j Change-Id: I1c24d3f5aa7c5ca0fc90fcafc3f0a5edc237ce53 Reviewed-on: https://chromium-review.googlesource.com/307215 Commit-Ready: Dino Li <dino.li@ite.com.tw> Tested-by: Dino Li <dino.li@ite.com.tw> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'chip/it83xx/gpio.c')
-rw-r--r--chip/it83xx/gpio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/chip/it83xx/gpio.c b/chip/it83xx/gpio.c
index 063ed222fb..48f8d3cc6e 100644
--- a/chip/it83xx/gpio.c
+++ b/chip/it83xx/gpio.c
@@ -83,8 +83,6 @@ static const struct {
[IT83XX_IRQ_WKO22] = {GPIO_C, (1<<4), 2, (1<<2)},
[IT83XX_IRQ_WKO23] = {GPIO_C, (1<<6), 2, (1<<3)},
[IT83XX_IRQ_WKO24] = {GPIO_D, (1<<2), 2, (1<<4)},
-/* E4 is also on WKO114: this one might be a documentation error ? */
-/* [IT83XX_IRQ_WKO25] = {GPIO_E, (1<<4), 2, (1<<5)},*/
[IT83XX_IRQ_WKO60] = {GPIO_H, (1<<0), 6, (1<<0)},
[IT83XX_IRQ_WKO61] = {GPIO_H, (1<<1), 6, (1<<1)},
[IT83XX_IRQ_WKO62] = {GPIO_H, (1<<2), 6, (1<<2)},