Skip to content
Snippets Groups Projects
Commit 0c9520ef authored by Tom Rix's avatar Tom Rix Committed by Wolfgang Denk
Browse files

ZOOM2 Define GPIO banks used.


Enable the function and interface clocks for banks 2,3,5 and 6.

Signed-off-by: default avatarTom Rix <Tom.Rix@windriver.com>
Acked-by: default avatarDirk Behme <dirk.behme@googlemail.com>
parent 708cfb74
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment