Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8bcc84ad authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Sascha Hauer
Browse files

imx31: add rtc device on litekit board.



This patch adds support for SoC build-in RTC device on litekit board.

Signed-off-by: default avatarVladimir Zapolskiy <vzapolskiy@gmail.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent ded518c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -206,5 +206,6 @@ void __init mx31lite_db_init(void)
	mxc_register_device(&mxc_spi_device0, &spi0_pdata);
	platform_device_register(&litekit_led_device);
	mxc_register_device(&imx_wdt_device0, NULL);
	mxc_register_device(&imx_rtc_device0, NULL);
}