From: Baruch Siach Date: Wed, 27 Jan 2010 13:00:49 +0000 (+0200) Subject: mx25pdk: platform code for the DryIce RTC module X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1eaa4f2762899d2f3c54ba7a4fee564e255ad0a5;p=linux-beck.git mx25pdk: platform code for the DryIce RTC module Signed-off-by: Baruch Siach Signed-off-by: Sascha Hauer --- diff --git a/arch/arm/mach-mx25/mx25pdk.c b/arch/arm/mach-mx25/mx25pdk.c index 232f9caa7dd9..f4e8b984af72 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);