diff options
Diffstat (limited to 'arch/arm/mach-mx5')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-mx5/board-mx53_loco.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index f065a0d8d934..a72c833e7b4a 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -162,6 +162,7 @@ config MACH_MX53_LOCO | |||
162 | select IMX_HAVE_PLATFORM_IMX2_WDT | 162 | select IMX_HAVE_PLATFORM_IMX2_WDT |
163 | select IMX_HAVE_PLATFORM_IMX_I2C | 163 | select IMX_HAVE_PLATFORM_IMX_I2C |
164 | select IMX_HAVE_PLATFORM_IMX_UART | 164 | select IMX_HAVE_PLATFORM_IMX_UART |
165 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
165 | help | 166 | help |
166 | Include support for MX53 LOCO platform. This includes specific | 167 | Include support for MX53 LOCO platform. This includes specific |
167 | configurations for the board and its peripherals. | 168 | configurations for the board and its peripherals. |
diff --git a/arch/arm/mach-mx5/board-mx53_loco.c b/arch/arm/mach-mx5/board-mx53_loco.c index 160899e6d6ca..0a18f8d23eb0 100644 --- a/arch/arm/mach-mx5/board-mx53_loco.c +++ b/arch/arm/mach-mx5/board-mx53_loco.c | |||
@@ -213,6 +213,8 @@ static void __init mx53_loco_board_init(void) | |||
213 | imx53_add_imx2_wdt(0, NULL); | 213 | imx53_add_imx2_wdt(0, NULL); |
214 | imx53_add_imx_i2c(0, &mx53_loco_i2c_data); | 214 | imx53_add_imx_i2c(0, &mx53_loco_i2c_data); |
215 | imx53_add_imx_i2c(1, &mx53_loco_i2c_data); | 215 | imx53_add_imx_i2c(1, &mx53_loco_i2c_data); |
216 | imx53_add_sdhci_esdhc_imx(0, NULL); | ||
217 | imx53_add_sdhci_esdhc_imx(2, NULL); | ||
216 | } | 218 | } |
217 | 219 | ||
218 | static void __init mx53_loco_timer_init(void) | 220 | static void __init mx53_loco_timer_init(void) |