diff options
Diffstat (limited to 'arch/arm/mach-mx2/mach-pca100.c')
-rw-r--r-- | arch/arm/mach-mx2/mach-pca100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/mach-pca100.c b/arch/arm/mach-mx2/mach-pca100.c index 9279b42b24b5..0c82ee1aa3f6 100644 --- a/arch/arm/mach-mx2/mach-pca100.c +++ b/arch/arm/mach-mx2/mach-pca100.c | |||
@@ -196,7 +196,7 @@ static void __init pca100_init(void) | |||
196 | mxc_gpio_mode(GPIO_PORTC | 29 | GPIO_GPIO | GPIO_IN); | 196 | mxc_gpio_mode(GPIO_PORTC | 29 | GPIO_GPIO | GPIO_IN); |
197 | mxc_register_device(&mxc_sdhc_device1, &sdhc_pdata); | 197 | mxc_register_device(&mxc_sdhc_device1, &sdhc_pdata); |
198 | 198 | ||
199 | mxc_register_device(&mxc_nand_device, &pca100_nand_board_info); | 199 | mxc_register_device(&imx27_nand_device, &pca100_nand_board_info); |
200 | 200 | ||
201 | /* only the i2c master 1 is used on this CPU card */ | 201 | /* only the i2c master 1 is used on this CPU card */ |
202 | i2c_register_board_info(1, pca100_i2c_devices, | 202 | i2c_register_board_info(1, pca100_i2c_devices, |