summaryrefslogtreecommitdiff
path: root/chip/it83xx/irq.c
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2020-08-04 15:11:27 +0800
committerCommit Bot <commit-bot@chromium.org>2020-08-04 12:29:17 +0000
commitff9651857bed29d16f3bcfbc17ef0bac4d4ed4ff (patch)
treeb1490fb59584c8a05acb2ef665fbadd5a7297331 /chip/it83xx/irq.c
parent9a96e4e5c6685966210bbda4aed5f2848fd11d09 (diff)
downloadchrome-ec-ff9651857bed29d16f3bcfbc17ef0bac4d4ed4ff.tar.gz
it83xx: Add support for interrupt and 1.8v selection of GPJ7
BUG=b:162805450 BRANCH=none TEST=not yet Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Change-Id: Ie1525b8a0f67a4700649163b536d09bef9a9671a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2335518 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'chip/it83xx/irq.c')
-rw-r--r--chip/it83xx/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/irq.c b/chip/it83xx/irq.c
index 8d79a52545..275c6e0e36 100644
--- a/chip/it83xx/irq.c
+++ b/chip/it83xx/irq.c
@@ -36,7 +36,7 @@ static const struct {
IRQ_GROUP(13, { 2, 2, 2, 2, 2, 2, 2, 2}),
IRQ_GROUP(14, { 2, 2, 2, 2, 2, 2, 2, 2}),
IRQ_GROUP(15, { 2, 2, 2, 2, 2, 2, 2, 2}),
- IRQ_GROUP(16, { 2, 2, 2, 2, 2, 2, 2, -1}),
+ IRQ_GROUP(16, { 2, 2, 2, 2, 2, 2, 2, 2}),
IRQ_GROUP(17, { 2, 2, 2, 2, 2, 2, 2, 2}),
IRQ_GROUP(18, { 2, 2, 2, 2, -1, 4, 4, 7}),
IRQ_GROUP(19, { 6, 6, 12, 3, 3, 3, 3, 3}),