summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_zoom2.h
diff options
context:
space:
mode:
authorTom Rix <Tom.Rix@windriver.com>2009-05-29 18:57:32 -0500
committerWolfgang Denk <wd@denx.de>2009-06-12 20:45:47 +0200
commit0c9520efd651ce13451654a35307ec87d4a13a69 (patch)
tree573cfee600207e450cdad1f2a4e07f34f3902e43 /include/configs/omap3_zoom2.h
parent708cfb74b7c6df9c37d3c48988a154be79daefeb (diff)
downloadblackbird-obmc-uboot-0c9520efd651ce13451654a35307ec87d4a13a69.tar.gz
blackbird-obmc-uboot-0c9520efd651ce13451654a35307ec87d4a13a69.zip
ZOOM2 Define GPIO banks used.
Enable the function and interface clocks for banks 2,3,5 and 6. Signed-off-by: Tom Rix <Tom.Rix@windriver.com> Acked-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'include/configs/omap3_zoom2.h')
-rw-r--r--include/configs/omap3_zoom2.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/omap3_zoom2.h b/include/configs/omap3_zoom2.h
index e2574192cf..c2ad5bf199 100644
--- a/include/configs/omap3_zoom2.h
+++ b/include/configs/omap3_zoom2.h
@@ -115,6 +115,14 @@
/* Optional value */
#define STATUS_LED_BOOT STATUS_LED_BIT
+/* GPIO banks */
+#ifdef CONFIG_STATUS_LED
+#define CONFIG_OMAP3_GPIO_2 /* ZOOM2_LED_BLUE2 */
+#define CONFIG_OMAP3_GPIO_6 /* ZOOM2_LED_RED */
+#endif
+#define CONFIG_OMAP3_GPIO_3 /* board revision */
+#define CONFIG_OMAP3_GPIO_5 /* debug board detection, ZOOM2_LED_BLUE */
+
/* commands to include */
#include <config_cmd_default.h>
OpenPOWER on IntegriCloud