mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
708cfb74b7
commit
0c9520efd6
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue