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_ard.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 9a8e6f8c2014..5b16f398a320 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -212,6 +212,7 @@ config MACH_MX53_LOCO | |||
212 | config MACH_MX53_ARD | 212 | config MACH_MX53_ARD |
213 | bool "Support MX53 ARD platforms" | 213 | bool "Support MX53 ARD platforms" |
214 | select SOC_IMX53 | 214 | select SOC_IMX53 |
215 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
215 | select IMX_HAVE_PLATFORM_IMX_UART | 216 | select IMX_HAVE_PLATFORM_IMX_UART |
216 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | 217 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX |
217 | help | 218 | help |
diff --git a/arch/arm/mach-mx5/board-mx53_ard.c b/arch/arm/mach-mx5/board-mx53_ard.c index 5d98dbfdfab5..7dd54b9f8682 100644 --- a/arch/arm/mach-mx5/board-mx53_ard.c +++ b/arch/arm/mach-mx5/board-mx53_ard.c | |||
@@ -178,6 +178,7 @@ static void __init mx53_ard_board_init(void) | |||
178 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 178 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
179 | 179 | ||
180 | imx53_add_sdhci_esdhc_imx(0, &mx53_ard_sd1_data); | 180 | imx53_add_sdhci_esdhc_imx(0, &mx53_ard_sd1_data); |
181 | imx53_add_imx2_wdt(0, NULL); | ||
181 | } | 182 | } |
182 | 183 | ||
183 | static void __init mx53_ard_timer_init(void) | 184 | static void __init mx53_ard_timer_init(void) |