diff options
author | Atul Dahiya <atul.dahiya@samsung.com> | 2010-07-21 04:36:02 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:31:01 -0400 |
commit | f5807269ea1fd93e9306191247fd67400ea5f66c (patch) | |
tree | d4496405c1645311f7a549a42decbedd40af10e9 /arch/arm/mach-s5pv210/include/mach | |
parent | 976a62f21940a3a5e3978cb4b6394a21484d4264 (diff) |
ARM: S5PV210: Add RTC support for S5PV210 and S5PC110
This patch adds support RTC driver for Samsung S5PV210/S5PC110.
Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index 9f6c2ed2812f..986b285fa578 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h | |||
@@ -45,6 +45,7 @@ | |||
45 | 45 | ||
46 | #define S5PV210_PA_WATCHDOG (0xE2700000) | 46 | #define S5PV210_PA_WATCHDOG (0xE2700000) |
47 | 47 | ||
48 | #define S5PV210_PA_RTC (0xE2800000) | ||
48 | #define S5PV210_PA_UART (0xE2900000) | 49 | #define S5PV210_PA_UART (0xE2900000) |
49 | 50 | ||
50 | #define S5P_PA_UART0 (S5PV210_PA_UART + 0x0) | 51 | #define S5P_PA_UART0 (S5PV210_PA_UART + 0x0) |
@@ -106,6 +107,7 @@ | |||
106 | #define S3C_PA_IIC1 S5PV210_PA_IIC1 | 107 | #define S3C_PA_IIC1 S5PV210_PA_IIC1 |
107 | #define S3C_PA_IIC2 S5PV210_PA_IIC2 | 108 | #define S3C_PA_IIC2 S5PV210_PA_IIC2 |
108 | #define S3C_PA_FB S5PV210_PA_FB | 109 | #define S3C_PA_FB S5PV210_PA_FB |
110 | #define S3C_PA_RTC S5PV210_PA_RTC | ||
109 | #define S3C_PA_WDT S5PV210_PA_WATCHDOG | 111 | #define S3C_PA_WDT S5PV210_PA_WATCHDOG |
110 | 112 | ||
111 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC | 113 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC |