summaryrefslogtreecommitdiff
path: root/board/zinger/ec.irqlist
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2014-09-25 09:34:01 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-09-29 23:18:44 +0000
commita451aa850b72863d5a4fc0a0884bfb12780b2f32 (patch)
tree552e82c7f101734a6444704635828a0bcdfb0bcb /board/zinger/ec.irqlist
parent41b927442e770d6f2303d32f88a96b859775b27f (diff)
downloadchrome-ec-a451aa850b72863d5a4fc0a0884bfb12780b2f32.tar.gz
zinger: add low power stop mode
Add low power mode for zinger. This uses stop mode in task_wait_event(), the non-runtime equivalent of the idle task. BUG=chrome-os-partner:28335 BRANCH=samus TEST=load onto zinger and plug and unplug into samus a bunch of times to make sure it negotiates to 20V every time. also send custom vdm's from samus_pd and make sure those always succeed. Change-Id: I626365e7d22e030792d28dbf7eafaeb8f54f8a74 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/219933 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board/zinger/ec.irqlist')
-rw-r--r--board/zinger/ec.irqlist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/zinger/ec.irqlist b/board/zinger/ec.irqlist
index 5c710893c4..f158d2e079 100644
--- a/board/zinger/ec.irqlist
+++ b/board/zinger/ec.irqlist
@@ -11,3 +11,4 @@
ENABLE_IRQ(STM32_IRQ_EXTI4_15)
ENABLE_IRQ(STM32_IRQ_ADC_COMP)
ENABLE_IRQ(STM32_IRQ_TIM2)
+ENABLE_IRQ(STM32_IRQ_RTC_WAKEUP)