summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/guybrush/ec.c2
-rw-r--r--src/mainboard/google/mancomb/ec.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/guybrush/ec.c b/src/mainboard/google/guybrush/ec.c
index f89bc9e382..5a0bc1b3c5 100644
--- a/src/mainboard/google/guybrush/ec.c
+++ b/src/mainboard/google/guybrush/ec.c
@@ -10,7 +10,7 @@
static const struct sci_source espi_sci_sources[] = {
{
.scimap = SMITYPE_ESPI_SYS,
- .gpe = GEVENT_24,
+ .gpe = EC_SCI_GPI,
.direction = SMI_SCI_LVL,
.level = SMI_SCI_LVL_HIGH
}
diff --git a/src/mainboard/google/mancomb/ec.c b/src/mainboard/google/mancomb/ec.c
index f89bc9e382..5a0bc1b3c5 100644
--- a/src/mainboard/google/mancomb/ec.c
+++ b/src/mainboard/google/mancomb/ec.c
@@ -10,7 +10,7 @@
static const struct sci_source espi_sci_sources[] = {
{
.scimap = SMITYPE_ESPI_SYS,
- .gpe = GEVENT_24,
+ .gpe = EC_SCI_GPI,
.direction = SMI_SCI_LVL,
.level = SMI_SCI_LVL_HIGH
}