summaryrefslogtreecommitdiff
path: root/board/strago/lfw/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/strago/lfw/gpio.inc')
-rw-r--r--board/strago/lfw/gpio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/strago/lfw/gpio.inc b/board/strago/lfw/gpio.inc
index 122aff0cdf..c8199550c4 100644
--- a/board/strago/lfw/gpio.inc
+++ b/board/strago/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. */
+
GPIO(PVT_CS0, PIN(146), GPIO_ODR_HIGH) /* SPI PVT Chip select */
/* Alternate functions GPIO definition */