From: Adam Ford Date: Fri, 22 Jan 2016 10:40:58 +0000 (-0600) Subject: OMAP: Define CONFIG_OMAP3_GPIO_6 on omap3_logic X-Git-Tag: v2016.03-rc1~57 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b99353b8ac9f7aeda34e7cd2ed757b605df2666e;p=u-boot 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 Reviewed-by: Tom Rini --- diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 7b60f29bd2..e9ce3f6d1c 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 */