aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/board-da830-evm.c
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@mvista.com>2009-09-15 18:15:54 -0700
committerKevin Hilman <khilman@deeprootsystems.com>2009-11-25 10:21:23 -0800
commitc51df70b1e14220c8fc0799f6c27b9362d9424d0 (patch)
tree3de90c9e947add1c34a986b78a2cd269976b51a9 /arch/arm/mach-davinci/board-da830-evm.c
parent13e1f0440e7892fa7041fc855d8eeffc5d6aa21a (diff)
downloadkernel_samsung_smdk4412-c51df70b1e14220c8fc0799f6c27b9362d9424d0.zip
kernel_samsung_smdk4412-c51df70b1e14220c8fc0799f6c27b9362d9424d0.tar.gz
kernel_samsung_smdk4412-c51df70b1e14220c8fc0799f6c27b9362d9424d0.tar.bz2
davinci: Add RTC support for DA8xx/OMAP-L13x SoC's
Add RTC support for the da830/omap-l137 and da850/omap-l138 SoC's by leveraging existing the rtc-omap driver. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-da830-evm.c')
-rw-r--r--arch/arm/mach-davinci/board-da830-evm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/board-da830-evm.c b/arch/arm/mach-davinci/board-da830-evm.c
index fb941eb..2010037 100644
--- a/arch/arm/mach-davinci/board-da830-evm.c
+++ b/arch/arm/mach-davinci/board-da830-evm.c
@@ -228,6 +228,10 @@ static __init void da830_evm_init(void)
if (ret)
pr_warning("da830_evm_init: lcd setup failed: %d\n", ret);
#endif
+
+ ret = da8xx_register_rtc();
+ if (ret)
+ pr_warning("da830_evm_init: rtc setup failed: %d\n", ret);
}
#ifdef CONFIG_SERIAL_8250_CONSOLE