diff options
author | Atul Dahiya <atul.dahiya@samsung.com> | 2010-07-20 07:01:32 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:32:51 -0400 |
commit | 9bbf4a634a30c2b289fa119dd3193fbb5f444c70 (patch) | |
tree | 5bf1b3b7024feffb0c38c81f9227878e9969055a /arch/arm | |
parent | 051fe54e9f8c568dc9cd288b630d436ee93afe35 (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')
-rw-r--r-- | arch/arm/mach-s3c64xx/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig index 12f063b12569..3b632e4ec1a6 100644 --- a/arch/arm/mach-s3c64xx/Kconfig +++ b/arch/arm/mach-s3c64xx/Kconfig | |||
@@ -102,6 +102,7 @@ config MACH_SMDK6410 | |||
102 | select S3C_DEV_I2C1 | 102 | select S3C_DEV_I2C1 |
103 | select SAMSUNG_DEV_IDE | 103 | select SAMSUNG_DEV_IDE |
104 | select S3C_DEV_FB | 104 | select S3C_DEV_FB |
105 | select S3C_DEV_RTC | ||
105 | select SAMSUNG_DEV_TS | 106 | select SAMSUNG_DEV_TS |
106 | select S3C_DEV_USB_HOST | 107 | select S3C_DEV_USB_HOST |
107 | select S3C_DEV_USB_HSOTG | 108 | select S3C_DEV_USB_HSOTG |
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 | }; |