Merge branch 'video' into release
[sfrench/cifs-2.6.git] / arch / arm / plat-mxc / include / mach / iomux.h
index 171f8adc110916c85c90b1157c242fb3758e3c40..6d49f8ae32590de25368d01a53b665c9fe6b4dc6 100644 (file)
@@ -49,6 +49,9 @@
 #ifdef CONFIG_ARCH_MX2
 # define GPIO_PORT_MAX  5
 #endif
+#ifdef CONFIG_ARCH_MX25
+# define GPIO_PORT_MAX  3
+#endif
 
 #ifndef GPIO_PORT_MAX
 # error "GPIO config port count unknown!"
 #include <mach/iomux-mx27.h>
 #endif
 #endif
+#ifdef CONFIG_ARCH_MX25
+#include <mach/iomux-mx25.h>
+#endif
 
 
 /* decode irq number to use with IMR(x), ISR(x) and friends */