summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_logic.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2016-01-22 04:40:58 -0600
committerTom Rini <trini@konsulko.com>2016-01-25 10:40:02 -0500
commitb99353b8ac9f7aeda34e7cd2ed757b605df2666e (patch)
tree71f28fbda17ded9f6097ce34da9ad043136cb479 /include/configs/omap3_logic.h
parenta994d8396fbf2155fd13991ecc97927e0f65ab56 (diff)
downloadblackbird-obmc-uboot-b99353b8ac9f7aeda34e7cd2ed757b605df2666e.tar.gz
blackbird-obmc-uboot-b99353b8ac9f7aeda34e7cd2ed757b605df2666e.zip
OMAP: Define CONFIG_OMAP3_GPIO_6 on omap3_logic
Since we are manipulating GPIO 189 to determine the board type, we need to enable the GPIO Bank 6. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omap3_logic.h')
-rw-r--r--include/configs/omap3_logic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index 7b60f29bd2..e9ce3f6d1c 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -50,6 +50,9 @@
* Hardware drivers
*/
+/* GPIO banks */
+#define CONFIG_OMAP3_GPIO_6 /* GPIO160..191 is in GPIO bank 6 */
+
/*
* select serial console configuration
*/
OpenPOWER on IntegriCloud