aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/ec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/kahlee/ec.h')
-rw-r--r--src/mainboard/google/kahlee/ec.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/google/kahlee/ec.h b/src/mainboard/google/kahlee/ec.h
index 495ad692e4..3986aed63c 100644
--- a/src/mainboard/google/kahlee/ec.h
+++ b/src/mainboard/google/kahlee/ec.h
@@ -18,11 +18,7 @@
#include <ec/ec.h>
#include <ec/google/chromeec/ec_commands.h>
-
-/* AGPIO22 -> GPE3 */
-#define EC_SCI_GPI 3
-/* GPIO_S5_07 is EC_SMI#, but it is bit 23 in GPE_STS and ALT_GPIO_SMI. */
-#define EC_SMI_GPI 23
+#include <variant/gpio.h>
#define MAINBOARD_EC_SCI_EVENTS \
(EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_CLOSED) |\