diff options
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-mx35_3ds.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 0345e853e596..5a7d235902c7 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -589,6 +589,7 @@ config MACH_MX35_3DS | |||
589 | select IMX_HAVE_PLATFORM_IPU_CORE | 589 | select IMX_HAVE_PLATFORM_IPU_CORE |
590 | select IMX_HAVE_PLATFORM_MXC_EHCI | 590 | select IMX_HAVE_PLATFORM_MXC_EHCI |
591 | select IMX_HAVE_PLATFORM_MXC_NAND | 591 | select IMX_HAVE_PLATFORM_MXC_NAND |
592 | select IMX_HAVE_PLATFORM_MXC_RTC | ||
592 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | 593 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX |
593 | help | 594 | help |
594 | Include support for MX35PDK platform. This includes specific | 595 | Include support for MX35PDK platform. This includes specific |
diff --git a/arch/arm/mach-imx/mach-mx35_3ds.c b/arch/arm/mach-imx/mach-mx35_3ds.c index 28aa19476de7..85568ba43640 100644 --- a/arch/arm/mach-imx/mach-mx35_3ds.c +++ b/arch/arm/mach-imx/mach-mx35_3ds.c | |||
@@ -572,6 +572,7 @@ static void __init mx35_3ds_init(void) | |||
572 | 572 | ||
573 | imx35_add_fec(NULL); | 573 | imx35_add_fec(NULL); |
574 | imx35_add_imx2_wdt(NULL); | 574 | imx35_add_imx2_wdt(NULL); |
575 | imx35_add_mxc_rtc(); | ||
575 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 576 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
576 | 577 | ||
577 | imx35_add_imx_uart0(&uart_pdata); | 578 | imx35_add_imx_uart0(&uart_pdata); |