From 13733d524daadb6127b24b8672a9d47639bf1edf Mon Sep 17 00:00:00 2001 From: "arnaud.patard@rtp-net.org" Date: Tue, 17 Nov 2009 14:54:57 +0100 Subject: [PATCH] ARM: H1940: enable rtc Enable S3C2410 rtc on h1940 Signed-off-by: Arnaud Patard [ben-linux@fluff.org: tidy header] Signed-off-by: Ben Dooks --- arch/arm/mach-s3c2410/mach-h1940.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.46.0