diff options
author | Atul Dahiya <atul.dahiya@samsung.com> | 2010-07-21 04:36:02 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:31:01 -0400 |
commit | f5807269ea1fd93e9306191247fd67400ea5f66c (patch) | |
tree | d4496405c1645311f7a549a42decbedd40af10e9 /arch/arm/mach-s5pv210/mach-smdkc110.c | |
parent | 976a62f21940a3a5e3978cb4b6394a21484d4264 (diff) |
ARM: S5PV210: Add RTC support for S5PV210 and S5PC110
This patch adds support RTC driver for Samsung S5PV210/S5PC110.
Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-smdkc110.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-smdkc110.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkc110.c b/arch/arm/mach-s5pv210/mach-smdkc110.c index 723e6078b97a..4816facce63c 100644 --- a/arch/arm/mach-s5pv210/mach-smdkc110.c +++ b/arch/arm/mach-s5pv210/mach-smdkc110.c | |||
@@ -80,6 +80,7 @@ static struct platform_device *smdkc110_devices[] __initdata = { | |||
80 | &s5pv210_device_iis0, | 80 | &s5pv210_device_iis0, |
81 | &s5pv210_device_ac97, | 81 | &s5pv210_device_ac97, |
82 | &s3c_device_cfcon, | 82 | &s3c_device_cfcon, |
83 | &s3c_device_rtc, | ||
83 | &s3c_device_wdt, | 84 | &s3c_device_wdt, |
84 | }; | 85 | }; |
85 | 86 | ||