summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-01-28 13:58:46 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-28 21:56:08 +0000
commitbc13cbfc7ccd70aa76cd1e1ebd690661e60938a0 (patch)
tree7c8bcbd0216b06bd88634789186f499bc1f10317
parentde6e089385317a4379fa2e884d11da4453784a00 (diff)
downloadchrome-ec-bc13cbfc7ccd70aa76cd1e1ebd690661e60938a0.tar.gz
zephyr: volteer: add forgotten power sequencing interrupt
Doesn't appear to fix things, but clears an error message. > gpio_shim: No interrupt defined for GPIO PG_EC_DSW_PWROK BUG=none BRANCH=none TEST=message goes away Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Ic4d2c06376c75b4c4e03eb70824685ca47f00bb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2657438 Commit-Queue: Keith Short <keithshort@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--zephyr/projects/volteer/include/gpio_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/include/gpio_map.h b/zephyr/projects/volteer/include/gpio_map.h
index ef63521aa8..ca8a2f4ee1 100644
--- a/zephyr/projects/volteer/include/gpio_map.h
+++ b/zephyr/projects/volteer/include/gpio_map.h
@@ -122,6 +122,7 @@
POWER_SIGNAL_INT(GPIO_PCH_SLP_S0_L, GPIO_INT_EDGE_BOTH) \
POWER_SIGNAL_INT(GPIO_PCH_SLP_S3_L, GPIO_INT_EDGE_BOTH) \
POWER_SIGNAL_INT(GPIO_PCH_SLP_SUS_L, GPIO_INT_EDGE_BOTH) \
+ POWER_SIGNAL_INT(GPIO_PG_EC_DSW_PWROK, GPIO_INT_EDGE_BOTH) \
POWER_SIGNAL_INT(GPIO_PG_EC_RSMRST_ODL, GPIO_INT_EDGE_BOTH) \
POWER_SIGNAL_INT(GPIO_PCH_DSW_PWROK, GPIO_INT_EDGE_BOTH) \
POWER_SIGNAL_INT(GPIO_PG_EC_ALL_SYS_PWRGD, GPIO_INT_EDGE_BOTH) \