summaryrefslogtreecommitdiff
path: root/board/chell/lfw/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/chell/lfw/gpio.inc')
-rw-r--r--board/chell/lfw/gpio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/chell/lfw/gpio.inc b/board/chell/lfw/gpio.inc
index b7743916bc..e00a4a90ef 100644
--- a/board/chell/lfw/gpio.inc
+++ b/board/chell/lfw/gpio.inc
@@ -7,6 +7,9 @@
* Minimal set of GPIOs needed for LFW loader
*/
+/* Declare symbolic names for all the GPIOs that we care about.
+ * Note: Those with interrupt handlers must be declared first. */
+
/* SPI PVT chip select */
GPIO(PVT_CS0, PIN(146), GPIO_ODR_HIGH)