diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-18 08:45:49 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-27 05:04:37 -0400 |
commit | c598c47d85cbc0ac04ba808a696d774baa7a0a34 (patch) | |
tree | 4412bb9dd9e0cf6184f46c6826929a8eebaf5fe2 /arch/arm/plat-s5p/include | |
parent | 35fc950bd5889d62c34e67199a73ea49733614f7 (diff) |
ARM: S5PV310: Add CMU block for S5PV310 Clock
This patch adds CMU block for S5PV310/S5PC210 clock.
(CMU: Clock Management Unit)
Of course, changed current clock addresses for it together.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s5p/include')
-rw-r--r-- | arch/arm/plat-s5p/include/plat/map-s5p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/include/plat/map-s5p.h b/arch/arm/plat-s5p/include/plat/map-s5p.h index 54e9fb9d315e..589779205f12 100644 --- a/arch/arm/plat-s5p/include/plat/map-s5p.h +++ b/arch/arm/plat-s5p/include/plat/map-s5p.h | |||
@@ -29,6 +29,7 @@ | |||
29 | #define S5P_VA_GIC_DIST S5P_VA_COREPERI(0x1000) | 29 | #define S5P_VA_GIC_DIST S5P_VA_COREPERI(0x1000) |
30 | 30 | ||
31 | #define S5P_VA_L2CC S3C_ADDR(0x00900000) | 31 | #define S5P_VA_L2CC S3C_ADDR(0x00900000) |
32 | #define S5P_VA_CMU S3C_ADDR(0x00920000) | ||
32 | 33 | ||
33 | #define S5P_VA_UART(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET)) | 34 | #define S5P_VA_UART(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET)) |
34 | #define S5P_VA_UART0 S5P_VA_UART(0) | 35 | #define S5P_VA_UART0 S5P_VA_UART(0) |