diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-08-23 05:25:52 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-01 03:33:02 -0400 |
commit | 00b57bf9786ca701508333112c8917d1e0860129 (patch) | |
tree | e38e028c40d92da2ffad8154bc6d9352d2672eb3 /arch/arm/plat-mxc/include/mach/mx25.h | |
parent | 40e2eda92178f58fd7da2866d3f346dcd2baafed (diff) |
ARM: imx: reorganize nand registration to use a struct
Addiontionally make the interrupt #defines match the base address
defines MX.._NFC_BASE_ADDR.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx25.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx25.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index 8f809eb084d..a9e1095d748 100644 --- a/arch/arm/plat-mxc/include/mach/mx25.h +++ b/arch/arm/plat-mxc/include/mach/mx25.h | |||
@@ -69,7 +69,7 @@ | |||
69 | #define MX25_INT_KPP 24 | 69 | #define MX25_INT_KPP 24 |
70 | #define MX25_INT_DRYICE 25 | 70 | #define MX25_INT_DRYICE 25 |
71 | #define MX25_INT_UART2 32 | 71 | #define MX25_INT_UART2 32 |
72 | #define MX25_INT_NANDFC 33 | 72 | #define MX25_INT_NFC 33 |
73 | #define MX25_INT_LCDC 39 | 73 | #define MX25_INT_LCDC 39 |
74 | #define MX25_INT_UART5 40 | 74 | #define MX25_INT_UART5 40 |
75 | #define MX25_INT_CAN1 43 | 75 | #define MX25_INT_CAN1 43 |