提交 8e5be212 编写于 作者: L Lothar Waßmann 提交者: Sascha Hauer

i.MX25 iomux definitions (corrected version)

Signed-off-by: NLothar Wassmann <LW@KARO-electronics.de>
Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 cf983c93
此差异已折叠。
...@@ -49,6 +49,9 @@ ...@@ -49,6 +49,9 @@
#ifdef CONFIG_ARCH_MX2 #ifdef CONFIG_ARCH_MX2
# define GPIO_PORT_MAX 5 # define GPIO_PORT_MAX 5
#endif #endif
#ifdef CONFIG_ARCH_MX25
# define GPIO_PORT_MAX 3
#endif
#ifndef GPIO_PORT_MAX #ifndef GPIO_PORT_MAX
# error "GPIO config port count unknown!" # error "GPIO config port count unknown!"
...@@ -107,6 +110,9 @@ ...@@ -107,6 +110,9 @@
#include <mach/iomux-mx27.h> #include <mach/iomux-mx27.h>
#endif #endif
#endif #endif
#ifdef CONFIG_ARCH_MX25
#include <mach/iomux-mx25.h>
#endif
/* decode irq number to use with IMR(x), ISR(x) and friends */ /* decode irq number to use with IMR(x), ISR(x) and friends */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册