diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-cpuimx27.c')
-rw-r--r-- | arch/arm/mach-imx/mach-cpuimx27.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/mach-cpuimx27.c b/arch/arm/mach-imx/mach-cpuimx27.c index 1f616dcaabc9..866a99a337f2 100644 --- a/arch/arm/mach-imx/mach-cpuimx27.c +++ b/arch/arm/mach-imx/mach-cpuimx27.c | |||
@@ -187,7 +187,7 @@ static void __init eukrea_cpuimx27_init(void) | |||
187 | mxc_gpio_setup_multiple_pins(eukrea_cpuimx27_pins, | 187 | mxc_gpio_setup_multiple_pins(eukrea_cpuimx27_pins, |
188 | ARRAY_SIZE(eukrea_cpuimx27_pins), "CPUIMX27"); | 188 | ARRAY_SIZE(eukrea_cpuimx27_pins), "CPUIMX27"); |
189 | 189 | ||
190 | mxc_register_device(&mxc_uart_device0, &uart_pdata[0]); | 190 | mxc_register_device(&imx2x_uart_device0, &uart_pdata[0]); |
191 | 191 | ||
192 | mxc_register_device(&imx27_nand_device, | 192 | mxc_register_device(&imx27_nand_device, |
193 | &eukrea_cpuimx27_nand_board_info); | 193 | &eukrea_cpuimx27_nand_board_info); |
@@ -203,7 +203,7 @@ static void __init eukrea_cpuimx27_init(void) | |||
203 | /* SDHC2 can be used for Wifi */ | 203 | /* SDHC2 can be used for Wifi */ |
204 | mxc_register_device(&mxc_sdhc_device1, NULL); | 204 | mxc_register_device(&mxc_sdhc_device1, NULL); |
205 | /* in which case UART4 is also used for Bluetooth */ | 205 | /* in which case UART4 is also used for Bluetooth */ |
206 | mxc_register_device(&mxc_uart_device3, &uart_pdata[1]); | 206 | mxc_register_device(&imx2x_uart_device3, &uart_pdata[1]); |
207 | #endif | 207 | #endif |
208 | 208 | ||
209 | #if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE) | 209 | #if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE) |