diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-11 04:52:33 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-17 04:01:38 -0500 |
commit | d485c7e71675abdd6133128e596b41284c2ee7b5 (patch) | |
tree | afa70c3ace0be126f27db3ef0a08d51d07a8fbb8 /arch/arm/plat-mxc/include/mach/mx25.h | |
parent | 5f3d1092a949b33d01c95b7f5e5a83672629f131 (diff) |
ARM: mx25: move registration of gpios to plat-mxc/gpio.c
To use common macros to define the gpio ports for imx{1,21,25,27} the
existing ones had to made more general and a few more base address defines
were necessary.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx25.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx25.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index cea851f09ca7..024bebe4da11 100644 --- a/arch/arm/plat-mxc/include/mach/mx25.h +++ b/arch/arm/plat-mxc/include/mach/mx25.h | |||
@@ -66,8 +66,10 @@ | |||
66 | #define MX25_INT_SSI1 12 | 66 | #define MX25_INT_SSI1 12 |
67 | #define MX25_INT_CSPI2 13 | 67 | #define MX25_INT_CSPI2 13 |
68 | #define MX25_INT_CSPI1 14 | 68 | #define MX25_INT_CSPI1 14 |
69 | #define MX25_INT_GPIO3 16 | ||
69 | #define MX25_INT_CSI 17 | 70 | #define MX25_INT_CSI 17 |
70 | #define MX25_INT_UART3 18 | 71 | #define MX25_INT_UART3 18 |
72 | #define MX25_INT_GPIO4 23 | ||
71 | #define MX25_INT_KPP 24 | 73 | #define MX25_INT_KPP 24 |
72 | #define MX25_INT_DRYICE 25 | 74 | #define MX25_INT_DRYICE 25 |
73 | #define MX25_INT_PWM1 26 | 75 | #define MX25_INT_PWM1 26 |
@@ -84,6 +86,8 @@ | |||
84 | #define MX25_INT_CAN1 43 | 86 | #define MX25_INT_CAN1 43 |
85 | #define MX25_INT_CAN2 44 | 87 | #define MX25_INT_CAN2 44 |
86 | #define MX25_INT_UART1 45 | 88 | #define MX25_INT_UART1 45 |
89 | #define MX25_INT_GPIO2 51 | ||
90 | #define MX25_INT_GPIO1 52 | ||
87 | #define MX25_INT_FEC 57 | 91 | #define MX25_INT_FEC 57 |
88 | 92 | ||
89 | #define MX25_DMA_REQ_SSI2_RX1 22 | 93 | #define MX25_DMA_REQ_SSI2_RX1 22 |