diff options
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/devices-common.h | 12 | ||||
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx21.h | 2 | ||||
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx25.h | 2 | ||||
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx27.h | 2 | ||||
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx31.h | 2 | ||||
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx35.h | 2 |
6 files changed, 13 insertions, 9 deletions
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index 32b8f3674cc9..371336ee9d7f 100644 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h | |||
@@ -70,10 +70,14 @@ struct platform_device *__init imx_add_imx_uart_1irq( | |||
70 | const struct imxuart_platform_data *pdata); | 70 | const struct imxuart_platform_data *pdata); |
71 | 71 | ||
72 | #include <mach/mxc_nand.h> | 72 | #include <mach/mxc_nand.h> |
73 | struct platform_device *__init imx_add_mxc_nand_v1(resource_size_t iobase, | 73 | struct imx_mxc_nand_data { |
74 | int irq, const struct mxc_nand_platform_data *pdata); | 74 | resource_size_t iobase; |
75 | struct platform_device *__init imx_add_mxc_nand_v21(resource_size_t iobase, | 75 | resource_size_t iosize; |
76 | int irq, const struct mxc_nand_platform_data *pdata); | 76 | resource_size_t irq; |
77 | }; | ||
78 | struct platform_device *__init imx_add_mxc_nand( | ||
79 | const struct imx_mxc_nand_data *data, | ||
80 | const struct mxc_nand_platform_data *pdata); | ||
77 | 81 | ||
78 | #include <mach/spi.h> | 82 | #include <mach/spi.h> |
79 | struct imx_spi_imx_data { | 83 | struct imx_spi_imx_data { |
diff --git a/arch/arm/plat-mxc/include/mach/mx21.h b/arch/arm/plat-mxc/include/mach/mx21.h index ed98b9c9f389..8bc59720b6e4 100644 --- a/arch/arm/plat-mxc/include/mach/mx21.h +++ b/arch/arm/plat-mxc/include/mach/mx21.h | |||
@@ -120,7 +120,7 @@ | |||
120 | #define MX21_INT_GPT1 26 | 120 | #define MX21_INT_GPT1 26 |
121 | #define MX21_INT_WDOG 27 | 121 | #define MX21_INT_WDOG 27 |
122 | #define MX21_INT_PCMCIA 28 | 122 | #define MX21_INT_PCMCIA 28 |
123 | #define MX21_INT_NANDFC 29 | 123 | #define MX21_INT_NFC 29 |
124 | #define MX21_INT_BMI 30 | 124 | #define MX21_INT_BMI 30 |
125 | #define MX21_INT_CSI 31 | 125 | #define MX21_INT_CSI 31 |
126 | #define MX21_INT_DMACH0 32 | 126 | #define MX21_INT_DMACH0 32 |
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index 8f809eb084df..a9e1095d7486 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 |
diff --git a/arch/arm/plat-mxc/include/mach/mx27.h b/arch/arm/plat-mxc/include/mach/mx27.h index a8ab2e02a8ca..2237ba2e5351 100644 --- a/arch/arm/plat-mxc/include/mach/mx27.h +++ b/arch/arm/plat-mxc/include/mach/mx27.h | |||
@@ -167,7 +167,7 @@ static inline void mx27_setup_weimcs(size_t cs, | |||
167 | #define MX27_INT_GPT1 26 | 167 | #define MX27_INT_GPT1 26 |
168 | #define MX27_INT_WDOG 27 | 168 | #define MX27_INT_WDOG 27 |
169 | #define MX27_INT_PCMCIA 28 | 169 | #define MX27_INT_PCMCIA 28 |
170 | #define MX27_INT_NANDFC 29 | 170 | #define MX27_INT_NFC 29 |
171 | #define MX27_INT_ATA 30 | 171 | #define MX27_INT_ATA 30 |
172 | #define MX27_INT_CSI 31 | 172 | #define MX27_INT_CSI 31 |
173 | #define MX27_INT_DMACH0 32 | 173 | #define MX27_INT_DMACH0 32 |
diff --git a/arch/arm/plat-mxc/include/mach/mx31.h b/arch/arm/plat-mxc/include/mach/mx31.h index eb8bbc7eedfa..03e2afabc9fc 100644 --- a/arch/arm/plat-mxc/include/mach/mx31.h +++ b/arch/arm/plat-mxc/include/mach/mx31.h | |||
@@ -168,7 +168,7 @@ static inline void mx31_setup_weimcs(size_t cs, | |||
168 | #define MX31_INT_POWER_FAIL 30 | 168 | #define MX31_INT_POWER_FAIL 30 |
169 | #define MX31_INT_CCM_DVFS 31 | 169 | #define MX31_INT_CCM_DVFS 31 |
170 | #define MX31_INT_UART2 32 | 170 | #define MX31_INT_UART2 32 |
171 | #define MX31_INT_NANDFC 33 | 171 | #define MX31_INT_NFC 33 |
172 | #define MX31_INT_SDMA 34 | 172 | #define MX31_INT_SDMA 34 |
173 | #define MX31_INT_USB1 35 | 173 | #define MX31_INT_USB1 35 |
174 | #define MX31_INT_USB2 36 | 174 | #define MX31_INT_USB2 36 |
diff --git a/arch/arm/plat-mxc/include/mach/mx35.h b/arch/arm/plat-mxc/include/mach/mx35.h index 867b8c0ca105..9f0a1ee126ee 100644 --- a/arch/arm/plat-mxc/include/mach/mx35.h +++ b/arch/arm/plat-mxc/include/mach/mx35.h | |||
@@ -145,7 +145,7 @@ | |||
145 | #define MX35_INT_GPT 29 | 145 | #define MX35_INT_GPT 29 |
146 | #define MX35_INT_POWER_FAIL 30 | 146 | #define MX35_INT_POWER_FAIL 30 |
147 | #define MX35_INT_UART2 32 | 147 | #define MX35_INT_UART2 32 |
148 | #define MX35_INT_NANDFC 33 | 148 | #define MX35_INT_NFC 33 |
149 | #define MX35_INT_SDMA 34 | 149 | #define MX35_INT_SDMA 34 |
150 | #define MX35_INT_USBHS 35 | 150 | #define MX35_INT_USBHS 35 |
151 | #define MX35_INT_USBOTG 37 | 151 | #define MX35_INT_USBOTG 37 |