diff options
author | Atul Dahiya <atul.dahiya@samsung.com> | 2010-07-20 16:02:51 +0530 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 18:32:51 +0900 |
commit | 002d31e6b623d08d707c7ba490f4ae0099285e9e (patch) | |
tree | 8551a153950b6102eee1404499e871c1e2af9da9 /arch/arm | |
parent | e48add8c1c462fb10d6297b739a57ef599eb02ae (diff) | |
download | linux-3.10-002d31e6b623d08d707c7ba490f4ae0099285e9e.tar.gz linux-3.10-002d31e6b623d08d707c7ba490f4ae0099285e9e.tar.bz2 linux-3.10-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')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/regs-rtc.h | 3 |
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 65c190d142d..30b7cc14cef 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) |