diff options
author | arnaud.patard@rtp-net.org <arnaud.patard@rtp-net.org> | 2009-11-17 08:54:57 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-11-30 20:35:05 -0500 |
commit | 13733d524daadb6127b24b8672a9d47639bf1edf (patch) | |
tree | 4586b26cde5eeae23d9e6ca7fe907f9dbfdd42b1 /arch/arm/mach-s3c2410 | |
parent | 3909b9f7a3d7271539db491d3a83d47363a1f855 (diff) |
ARM: H1940: enable rtc
Enable S3C2410 rtc on h1940
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
[ben-linux@fluff.org: tidy header]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-h1940.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c index 329f6ffb8c65..02375ca09497 100644 --- a/arch/arm/mach-s3c2410/mach-h1940.c +++ b/arch/arm/mach-s3c2410/mach-h1940.c | |||
@@ -205,6 +205,7 @@ static struct platform_device *h1940_devices[] __initdata = { | |||
205 | &h1940_device_leds, | 205 | &h1940_device_leds, |
206 | &h1940_device_bluetooth, | 206 | &h1940_device_bluetooth, |
207 | &s3c_device_sdi, | 207 | &s3c_device_sdi, |
208 | &s3c_device_rtc, | ||
208 | }; | 209 | }; |
209 | 210 | ||
210 | static void __init h1940_map_io(void) | 211 | static void __init h1940_map_io(void) |