From patchwork Wed Jan 27 13:00:49 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] mx25pdk: platform code for the DryIce RTC module Date: Wed, 27 Jan 2010 03:00:49 -0000 From: Baruch Siach X-Patchwork-Id: 43799 Message-Id: <52156998a9cdc3d730e8cace5d158e849750c5d3.1264596212.git.baruch@tkos.co.il> To: rtc-linux@googlegroups.com Cc: linux-arm-kernel@lists.infradead.org, Sascha Hauer , Baruch Siach Signed-off-by: Baruch Siach --- arch/arm/mach-mx25/mx25pdk.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-mx25/mx25pdk.c b/arch/arm/mach-mx25/mx25pdk.c index 232f9ca..f4e8b98 100644 --- a/arch/arm/mach-mx25/mx25pdk.c +++ b/arch/arm/mach-mx25/mx25pdk.c @@ -91,6 +91,7 @@ static void __init mx25pdk_init(void) mxc_register_device(&mxc_uart_device0, &uart_pdata); mxc_register_device(&mxc_usbh2, NULL); mxc_register_device(&mxc_nand_device, &mx25pdk_nand_board_info); + mxc_register_device(&mx25_rtc_device, NULL); mx25pdk_fec_reset(); mxc_register_device(&mx25_fec_device, &mx25_fec_pdata);