summaryrefslogtreecommitdiff
path: root/board/lucid/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/lucid/gpio.inc')
-rw-r--r--board/lucid/gpio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/lucid/gpio.inc b/board/lucid/gpio.inc
index 72fb4acfa8..90fa4d2c16 100644
--- a/board/lucid/gpio.inc
+++ b/board/lucid/gpio.inc
@@ -5,6 +5,9 @@
* found in the LICENSE file.
*/
+/* Declare symbolic names for all the GPIOs that we care about.
+ * Note: Those with interrupt handlers must be declared first. */
+
/* Interrupts */
GPIO_INT(AC_PRESENT, PIN(C, 13), GPIO_INT_BOTH, vbus_evt) /* AC power present */
GPIO_INT(CHARGE_STATUS, PIN(F, 1), GPIO_INT_BOTH, charge_state_interrupt)