Commit 8e5be212 authored by Lothar Waßmann's avatar Lothar Waßmann Committed by Sascha Hauer
Browse files

i.MX25 iomux definitions (corrected version)

parent cf983c93
Loading
Loading
Loading
Loading
+517 −0

File added.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -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!"
@@ -107,6 +110,9 @@
#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 */