From: Baruch Siach Date: Wed, 27 Jan 2010 13:00:49 +0000 (+0200) Subject: mx25pdk: platform code for the DryIce RTC module X-Git-Tag: upstream/snapshot3+hdmi~15090^2~5^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1eaa4f2762899d2f3c54ba7a4fee564e255ad0a5;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 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);