summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorHu, Hebo <hebo.hu@intel.com>2019-04-11 11:41:14 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-04-20 03:58:44 -0700
commit88c2046eaf7d4cd30958b644e41f4779752c2d4a (patch)
treeebabfb1c792f1a22f1c2b89f794df9e4c23589e6 /core
parentafbb1b511cdf5ab36ce2f6969ac701322fe91517 (diff)
downloadchrome-ec-88c2046eaf7d4cd30958b644e41f4779752c2d4a.tar.gz
ish/ish5: fix high frequent wakeup issue in low power mode
on ish, need fw clean fabric agent error status, otherwise will cause ish wakeup immediately after entered low power mode. this operaion has no impact for other functions. BUG=b:130193448 BRANCH=none TEST=verified on arcada platform Change-Id: Iecd85d1ab037aafa988d6c32ad47b51003913198 Signed-off-by: Hu, Hebo <hebo.hu@intel.com> Reviewed-on: https://chromium-review.googlesource.com/1563470 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Mathew King <mathewk@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Mathew King <mathewk@chromium.org> Reviewed-by: Hebo Hu <hebo.hu@intel.corp-partner.google.com>
Diffstat (limited to 'core')
-rw-r--r--core/minute-ia/interrupts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/minute-ia/interrupts.c b/core/minute-ia/interrupts.c
index d41ae836c9..87926a9736 100644
--- a/core/minute-ia/interrupts.c
+++ b/core/minute-ia/interrupts.c
@@ -143,6 +143,7 @@ static const irq_desc_t system_irqs[] = {
LEVEL_INTR(ISH_HPET_TIMER0_IRQ, ISH_HPET_TIMER0_VEC),
LEVEL_INTR(ISH_HPET_TIMER1_IRQ, ISH_HPET_TIMER1_VEC),
LEVEL_INTR(ISH_DEBUG_UART_IRQ, ISH_DEBUG_UART_VEC),
+ LEVEL_INTR(ISH_FABRIC_IRQ, ISH_FABRIC_VEC),
#ifdef CONFIG_ISH_PM_RESET_PREP
LEVEL_INTR(ISH_RESET_PREP_IRQ, ISH_RESET_PREP_VEC),
#endif