summaryrefslogtreecommitdiff
path: root/chip/mt_scp
diff options
context:
space:
mode:
authorYilun Lin <yllin@google.com>2019-06-21 13:47:44 +0800
committerCommit Bot <commit-bot@chromium.org>2019-06-25 17:02:54 +0000
commit770f45fac4c7b33e7149ea7906ee5a6eeb852425 (patch)
tree29a16a5e82f761d2244e98fced5932744cfe3d90 /chip/mt_scp
parentf60a2d53226aeda2d8e3cabfa05457ee337ef15a (diff)
downloadchrome-ec-770f45fac4c7b33e7149ea7906ee5a6eeb852425.tar.gz
mt_scp/ipi: Host command should not wake up AP.
Host command doesn't have needs to be a wake-up source (yet). We should not register it as a wake-up IPI. TEST=powerd_dbus_suspend, AP does not wake back up immediately. BUG=b:133380592 BRANCH=none Change-Id: Ie4b63a9e45bda4cdcdd0c369d9dd7e3163750bdd Signed-off-by: Yilun Lin <yllin@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1672657 Commit-Queue: Yilun Lin <yllin@chromium.org> Tested-by: Yilun Lin <yllin@chromium.org> Auto-Submit: Yilun Lin <yllin@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
Diffstat (limited to 'chip/mt_scp')
-rw-r--r--chip/mt_scp/ipi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mt_scp/ipi.c b/chip/mt_scp/ipi.c
index f8fca269b7..26f07baf71 100644
--- a/chip/mt_scp/ipi.c
+++ b/chip/mt_scp/ipi.c
@@ -244,7 +244,7 @@ static void ipi_hostcmd_handler(int32_t id, void *buf, uint32_t len)
host_packet_receive(&ipi_packet);
}
-DECLARE_IPI(IPI_HOST_COMMAND, ipi_hostcmd_handler, 1);
+DECLARE_IPI(IPI_HOST_COMMAND, ipi_hostcmd_handler, 0);
/*
* Get protocol information