Skip to content
Snippets Groups Projects
Commit b99353b8 authored by Adam Ford's avatar Adam Ford Committed by Tom Rini
Browse files

OMAP: Define CONFIG_OMAP3_GPIO_6 on omap3_logic


Since we are manipulating GPIO 189 to determine the board type, we
need to enable the GPIO Bank 6.

Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent a994d839
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,9 @@
* Hardware drivers
*/
/* GPIO banks */
#define CONFIG_OMAP3_GPIO_6 /* GPIO160..191 is in GPIO bank 6 */
/*
* select serial console configuration
*/
......
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