diff options
author | arnaud.patard@rtp-net.org <arnaud.patard@rtp-net.org> | 2009-11-17 14:54:57 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-12-01 01:35:05 +0000 |
commit | 13733d524daadb6127b24b8672a9d47639bf1edf (patch) | |
tree | 4586b26cde5eeae23d9e6ca7fe907f9dbfdd42b1 /arch | |
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')
-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 329f6ffb8c6..02375ca0949 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 = { &h1940_device_leds, &h1940_device_bluetooth, &s3c_device_sdi, + &s3c_device_rtc, }; static void __init h1940_map_io(void) |