]> Git Repo - u-boot.git/commitdiff
ZOOM2 Define GPIO banks used.
authorTom Rix <[email protected]>
Fri, 29 May 2009 23:57:32 +0000 (18:57 -0500)
committerWolfgang Denk <[email protected]>
Fri, 12 Jun 2009 18:45:47 +0000 (20:45 +0200)
Enable the function and interface clocks for banks 2,3,5 and 6.

Signed-off-by: Tom Rix <[email protected]>
Acked-by: Dirk Behme <[email protected]>
include/configs/omap3_zoom2.h

index e2574192cf7bb612e17b3689ff2ef79415ca112c..c2ad5bf199b4744b051aa2692d6ba3ce833ee695 100644 (file)
 /* 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>
 
This page took 0.029537 seconds and 4 git commands to generate.