[U-Boot] [PATCH] 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: Adam Ford aford173@gmail.com ---
include/configs/omap3_logic.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 7b60f29..e9ce3f6 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -50,6 +50,9 @@ * Hardware drivers */
+/* GPIO banks */ +#define CONFIG_OMAP3_GPIO_6 /* GPIO160..191 is in GPIO bank 6 */ + /* * select serial console configuration */

On Fri, Jan 22, 2016 at 04:40:58AM -0600, Adam Ford wrote:
Since we are manipulating GPIO 189 to determine the board type, we need to enable the GPIO Bank 6.
Signed-off-by: Adam Ford aford173@gmail.com
Reviewed-by: Tom Rini trini@konsulko.com

On Fri, Jan 22, 2016 at 04:40:58AM -0600, Adam Ford wrote:
Since we are manipulating GPIO 189 to determine the board type, we need to enable the GPIO Bank 6.
Signed-off-by: Adam Ford aford173@gmail.com Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (2)
-
Adam Ford
-
Tom Rini