summaryrefslogtreecommitdiff
path: root/board/daisy/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/daisy/board.h')
-rw-r--r--board/daisy/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/daisy/board.h b/board/daisy/board.h
index 542a2fa967..fe0a708620 100644
--- a/board/daisy/board.h
+++ b/board/daisy/board.h
@@ -48,6 +48,7 @@ enum gpio_signal {
GPIO_SOC1V8_XPSHOLD, /* App Processor ON */
GPIO_CHARGER_INT,
GPIO_LID_OPEN, /* LID switch detection */
+ GPIO_SUSPEND_L, /* AP suspend/resume state */
/* Keyboard inputs */
GPIO_KB_IN00,
GPIO_KB_IN01,
@@ -66,6 +67,7 @@ enum gpio_signal {
GPIO_PMIC_PWRON_L, /* 5v rail ready */
GPIO_EC_ENTERING_RW, /* EC is R/W mode for the kbc mux */
GPIO_CHARGER_EN,
+ GPIO_POWER_LED_L, /* Power state keyboard LED */
GPIO_EC_INT,
GPIO_CODEC_INT, /* To audio codec (KB noise cancellation) */
GPIO_KB_OUT00,