diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/iomux.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/iomux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/iomux.h b/arch/arm/plat-mxc/include/mach/iomux.h index 171f8adc1109..6d49f8ae3259 100644 --- a/arch/arm/plat-mxc/include/mach/iomux.h +++ b/arch/arm/plat-mxc/include/mach/iomux.h | |||
@@ -49,6 +49,9 @@ | |||
49 | #ifdef CONFIG_ARCH_MX2 | 49 | #ifdef CONFIG_ARCH_MX2 |
50 | # define GPIO_PORT_MAX 5 | 50 | # define GPIO_PORT_MAX 5 |
51 | #endif | 51 | #endif |
52 | #ifdef CONFIG_ARCH_MX25 | ||
53 | # define GPIO_PORT_MAX 3 | ||
54 | #endif | ||
52 | 55 | ||
53 | #ifndef GPIO_PORT_MAX | 56 | #ifndef GPIO_PORT_MAX |
54 | # error "GPIO config port count unknown!" | 57 | # error "GPIO config port count unknown!" |
@@ -107,6 +110,9 @@ | |||
107 | #include <mach/iomux-mx27.h> | 110 | #include <mach/iomux-mx27.h> |
108 | #endif | 111 | #endif |
109 | #endif | 112 | #endif |
113 | #ifdef CONFIG_ARCH_MX25 | ||
114 | #include <mach/iomux-mx25.h> | ||
115 | #endif | ||
110 | 116 | ||
111 | 117 | ||
112 | /* decode irq number to use with IMR(x), ISR(x) and friends */ | 118 | /* decode irq number to use with IMR(x), ISR(x) and friends */ |