aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/include/plat/regs-rtc.h
diff options
context:
space:
mode:
authorAtul Dahiya <atul.dahiya@samsung.com>2010-07-20 16:02:51 +0530
committerKukjin Kim <kgene.kim@samsung.com>2010-08-05 18:32:51 +0900
commit002d31e6b623d08d707c7ba490f4ae0099285e9e (patch)
tree8551a153950b6102eee1404499e871c1e2af9da9 /arch/arm/plat-samsung/include/plat/regs-rtc.h
parentrtc: rtc-s3c: Updates RTC driver for clock enabling support (diff)
downloadlinux-dev-002d31e6b623d08d707c7ba490f4ae0099285e9e.tar.xz
linux-dev-002d31e6b623d08d707c7ba490f4ae0099285e9e.zip
ARM: SAMSUNG: Updates RTC register for support Alarm IRQ and Time Tick.
This patch updates RTC registers for support Alarm IRQ and Time Tick. Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com> Signed-off-by: Taekgyun Ko <taeggyun.ko@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/regs-rtc.h')
-rw-r--r--arch/arm/plat-samsung/include/plat/regs-rtc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/regs-rtc.h b/arch/arm/plat-samsung/include/plat/regs-rtc.h
index 65c190d142dd..30b7cc14cef5 100644
--- a/arch/arm/plat-samsung/include/plat/regs-rtc.h
+++ b/arch/arm/plat-samsung/include/plat/regs-rtc.h
@@ -14,6 +14,9 @@
#define __ASM_ARCH_REGS_RTC_H __FILE__
#define S3C2410_RTCREG(x) (x)
+#define S3C2410_INTP S3C2410_RTCREG(0x30)
+#define S3C2410_INTP_ALM (1 << 1)
+#define S3C2410_INTP_TIC (1 << 0)
#define S3C2410_RTCCON S3C2410_RTCREG(0x40)
#define S3C2410_RTCCON_RTCEN (1<<0)