diff options
author | Atul Dahiya <atul.dahiya@samsung.com> | 2010-07-21 04:38:23 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:30:51 -0400 |
commit | fa9ce74255d9ed5bff4c69e005dcd3a529ad9f66 (patch) | |
tree | 5f563c3ddbcf7f63639c68690f679eddd19d96d0 /arch/arm/mach-s5pc100/mach-smdkc100.c | |
parent | 2211f28cdaf416f566ec4af0e431dc04393e9c14 (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.c | 1 |
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 a00dd090f1a1..83a5d648a980 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 = { | |||
192 | &s5pc100_device_iis0, | 192 | &s5pc100_device_iis0, |
193 | &samsung_device_keypad, | 193 | &samsung_device_keypad, |
194 | &s5pc100_device_ac97, | 194 | &s5pc100_device_ac97, |
195 | &s3c_device_rtc, | ||
195 | }; | 196 | }; |
196 | 197 | ||
197 | static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = { | 198 | static struct s3c2410_ts_mach_info s3c_ts_platform __initdata = { |