diff options
author | Andreas Bießmann | 2014-04-10 12:52:51 +0200 |
---|---|---|
committer | Tom Rini | 2014-04-11 10:08:42 -0400 |
commit | 2347534450727aa87087dc7579a92c102e128005 (patch) | |
tree | 1d5db0124ade40e67c2bd333a835272d7e899ac2 /include | |
parent | 1ea2301fcfbfc85e38eb51e1144c5ac190c4c320 (diff) |
board:tricorder: enable omap_gpio clocks
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
Cc: Thomas Weber <thomas.weber@corscience.de>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tricorder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 62f97d24fb4..a6098615eb6 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -63,6 +63,9 @@ /* GPIO support */ #define CONFIG_OMAP_GPIO +/* GPIO banks */ +#define CONFIG_OMAP3_GPIO_2 /* GPIO32..63 are in GPIO bank 2 */ + /* LED support */ #define CONFIG_STATUS_LED #define CONFIG_BOARD_SPECIFIC_LED |