]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/gpio/mxc_gpio.c
mxc: gpio add i.MX6UL support
[karo-tx-uboot.git] / drivers / gpio / mxc_gpio.c
index 2012f994c8cda7dda9ffc7d4d64cd6c3d536df97..57a650f75074af3a575ecbfe61e33b221ee0b955 100644 (file)
@@ -45,11 +45,15 @@ static unsigned long gpio_ports[] = {
 #endif
 #if defined(CONFIG_MX27) || defined(CONFIG_MX53) || defined(CONFIG_MX6)
        [4] = GPIO5_BASE_ADDR,
+#ifndef CONFIG_MX6UL
        [5] = GPIO6_BASE_ADDR,
 #endif
+#endif
 #if defined(CONFIG_MX53) || defined(CONFIG_MX6)
+#ifndef CONFIG_MX6UL
        [6] = GPIO7_BASE_ADDR,
 #endif
+#endif
 };
 
 static int mxc_gpio_direction(unsigned int gpio,