diff options
Diffstat (limited to 'src/mainboard/google/link/ec.h')
-rw-r--r-- | src/mainboard/google/link/ec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/link/ec.h b/src/mainboard/google/link/ec.h index 6133f97984..0044347aa3 100644 --- a/src/mainboard/google/link/ec.h +++ b/src/mainboard/google/link/ec.h @@ -22,7 +22,7 @@ #include <ec/google/chromeec/ec_commands.h> -#define EC_SCI_GPI 7 /* GPIO7 is EC_SCI# */ +#define EC_SCI_GPI 23 /* GPIO7/GPE23 is EC_SCI# */ #define EC_SMI_GPI 8 /* GPIO8 is EC_SMI# */ #define LINK_EC_SCI_EVENTS \ |