summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pc100/mach-smdkc100.c
diff options
context:
space:
mode:
authorAtul Dahiya <atul.dahiya@samsung.com>2010-07-21 17:38:23 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-08-05 18:30:51 +0900
commitfa9ce74255d9ed5bff4c69e005dcd3a529ad9f66 (patch)
tree5f563c3ddbcf7f63639c68690f679eddd19d96d0 /arch/arm/mach-s5pc100/mach-smdkc100.c
parent2211f28cdaf416f566ec4af0e431dc04393e9c14 (diff)
ARM: S5PC100: Add RTC support for S5PC100
This patch adds support RTC driver for Samsung S5PC100. Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pc100/mach-smdkc100.c')
-rw-r--r--arch/arm/mach-s5pc100/mach-smdkc100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c
index a00dd090f1a..83a5d648a98 100644
--- a/arch/arm/mach-s5pc100/mach-smdkc100.c
+++ b/arch/arm/mach-s5pc100/mach-smdkc100.c
@@ -192,6 +192,7 @@ static struct platform_device *smdkc100_devices[] __initdata = {
&s5pc100_device_iis0,
&samsung_device_keypad,
&s5pc100_device_ac97,
+ &s3c_device_rtc,
};
static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = {