summaryrefslogtreecommitdiff
path: root/board/ezkinil/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/ezkinil/board.h')
-rw-r--r--board/ezkinil/board.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/ezkinil/board.h b/board/ezkinil/board.h
index baf97a4d30..1a87a15527 100644
--- a/board/ezkinil/board.h
+++ b/board/ezkinil/board.h
@@ -48,9 +48,11 @@
#define GPIO_ENABLE_BACKLIGHT_L GPIO_EC_EDP_BL_DISABLE
#define GPIO_ENTERING_RW GPIO_EC_ENTERING_RW
#define GPIO_KBD_KSO2 GPIO_EC_KSO_02_INV
+#define GPIO_PCH_PWRBTN_L GPIO_EC_FCH_PWR_BTN_L
#define GPIO_PCH_RSMRST_L GPIO_EC_FCH_RSMRST_L
#define GPIO_PCH_SLP_S3_L GPIO_SLP_S3_L
#define GPIO_PCH_SLP_S5_L GPIO_SLP_S5_L
+#define GPIO_PCH_SYS_PWROK GPIO_EC_FCH_PWROK
#define GPIO_PCH_WAKE_L GPIO_EC_FCH_WAKE_L
#define GPIO_POWER_BUTTON_L GPIO_EC_PWR_BTN_ODL
#define GPIO_S0_PGOOD GPIO_S0_PWROK_OD
@@ -62,10 +64,6 @@
#ifndef __ASSEMBLER__
-/* These GPIOs moved. Temporarily detect and support the V0 HW. */
-extern enum gpio_signal GPIO_PCH_PWRBTN_L;
-extern enum gpio_signal GPIO_PCH_SYS_PWROK;
-
enum battery_type {
BATTERY_AP19B8M,
BATTERY_AP18C7M,