summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/npcx/espi.c2
-rw-r--r--chip/npcx/registers.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chip/npcx/espi.c b/chip/npcx/espi.c
index b3194e9b0b..ce8fcd9b2b 100644
--- a/chip/npcx/espi.c
+++ b/chip/npcx/espi.c
@@ -86,7 +86,7 @@ static const struct vwevsm_config_t espi_out_list[] = {
/* eSPI interrupts used in MIWU */
static const struct host_wui_item espi_vw_int_list[] = {
/* ESPI_RESET */
- {MIWU_TABLE_0, MIWU_GROUP_5, 5, MIWU_EDGE_RISING},
+ {MIWU_TABLE_0, MIWU_GROUP_5, 5, MIWU_EDGE_FALLING},
/* SLP_S3 */
{MIWU_TABLE_2, MIWU_GROUP_1, 0, MIWU_EDGE_ANYING},
/* SLP_S4 */
diff --git a/chip/npcx/registers.h b/chip/npcx/registers.h
index 42286795c0..929212f8e1 100644
--- a/chip/npcx/registers.h
+++ b/chip/npcx/registers.h
@@ -1577,7 +1577,7 @@ enum ITIM16_MODULE_T {
#define ESPIWE_VW ESPIWE_VWUPD
/* eSPI Wake-up enable for Generic */
#define ESPIWE_GENERIC (ESPIWE_IBRST | ESPIWE_CFGUPD | \
- ESPIWE_BERR | ESPIWE_ESPIRST)
+ ESPIWE_BERR)
/* Macro functions for eSPI VW */
#define ESPI_VWEVMS_NUM 12
#define ESPI_VWEVSM_NUM 10