mb/google/guybrush,mancomb: use EC_SCI_GPI in espi_sci_sources struct

The board's ec.h file defined EC_SCI_GPI as GEVENT_24, so use that
definition in all places in the mainboard code instead of a mix of the
board specific define and the SoC's GEVENT number define.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I46525ed24e9993acd3d850959dd63761a690d5df
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52309
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Felix Held 2021-04-14 02:17:32 +02:00
parent bdfa35315f
commit d2bb5021fc
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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
}