From 1744d13ad1d08a45648e9203454c8aa6f4caf9a3 Mon Sep 17 00:00:00 2001 From: Atul Dahiya Date: Tue, 20 Jul 2010 16:02:51 +0530 Subject: [PATCH] --- yaml --- r: 208788 b: refs/heads/master c: 002d31e6b623d08d707c7ba490f4ae0099285e9e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-samsung/include/plat/regs-rtc.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5816d2fc7725..113238c4af6d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e48add8c1c462fb10d6297b739a57ef599eb02ae +refs/heads/master: 002d31e6b623d08d707c7ba490f4ae0099285e9e diff --git a/trunk/arch/arm/plat-samsung/include/plat/regs-rtc.h b/trunk/arch/arm/plat-samsung/include/plat/regs-rtc.h index 65c190d142dd..30b7cc14cef5 100644 --- a/trunk/arch/arm/plat-samsung/include/plat/regs-rtc.h +++ b/trunk/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)