aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-smdk6410.c
diff options
context:
space:
mode:
authorAtul Dahiya <atul.dahiya@samsung.com>2010-07-20 07:01:32 -0400
committerKukjin Kim <kgene.kim@samsung.com>2010-08-05 05:32:51 -0400
commit9bbf4a634a30c2b289fa119dd3193fbb5f444c70 (patch)
tree5bf1b3b7024feffb0c38c81f9227878e9969055a /arch/arm/mach-s3c64xx/mach-smdk6410.c
parent051fe54e9f8c568dc9cd288b630d436ee93afe35 (diff)
ARM: S3C64XX: Add RTC support for S3C64XX
This patch adds support for RTC for SMDK6410. Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smdk6410.c')
-rw-r--r--arch/arm/mach-s3c64xx/mach-smdk6410.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c
index 0d7d93fbc43b..7fd38e9dcfca 100644
--- a/arch/arm/mach-s3c64xx/mach-smdk6410.c
+++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c
@@ -271,6 +271,7 @@ static struct platform_device *smdk6410_devices[] __initdata = {
271 &smdk6410_smsc911x, 271 &smdk6410_smsc911x,
272 &s3c_device_adc, 272 &s3c_device_adc,
273 &s3c_device_cfcon, 273 &s3c_device_cfcon,
274 &s3c_device_rtc,
274 &s3c_device_ts, 275 &s3c_device_ts,
275 &s3c_device_wdt, 276 &s3c_device_wdt,
276}; 277};