Skip to content

Commit

Permalink
ARM: imx: add rtc support to mx35_3ds
Browse files Browse the repository at this point in the history
Now that RTC support has been enabled for i.MX35, add RTC to the mx35_3ds board.

Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: <linux-arm-kernel@lists.infradead.org>
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Benoît Thébaudeau authored and Sascha Hauer committed Jul 9, 2012
1 parent 114ea99 commit c6fd6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ config MACH_MX35_3DS
select IMX_HAVE_PLATFORM_IPU_CORE
select IMX_HAVE_PLATFORM_MXC_EHCI
select IMX_HAVE_PLATFORM_MXC_NAND
select IMX_HAVE_PLATFORM_MXC_RTC
select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX
help
Include support for MX35PDK platform. This includes specific
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-imx/mach-mx35_3ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ static void __init mx35_3ds_init(void)

imx35_add_fec(NULL);
imx35_add_imx2_wdt(NULL);
imx35_add_mxc_rtc();
platform_add_devices(devices, ARRAY_SIZE(devices));

imx35_add_imx_uart0(&uart_pdata);
Expand Down

0 comments on commit c6fd6d1

Please sign in to comment.