diff options
author | Changhwan Youn <chaos.youn@samsung.com> | 2010-12-03 03:15:40 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-12-29 19:37:02 -0500 |
commit | d6d8b481999507a20012b7ee924bdaf5bfb52a05 (patch) | |
tree | 760ceb5112102e565af60c675ae610b9692e86b0 /arch/arm/mach-s5pv310/cpu.c | |
parent | a50eb1c7680973f5441ca20ac4da0af2055d0d87 (diff) |
ARM: S5PV310: Add support Power Domain
This patch adds support Power Domain for S5PV310 and S5PC210.
Signed-off-by: Changhwan Youn <chaos.youn at samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/cpu.c')
-rw-r--r-- | arch/arm/mach-s5pv310/cpu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/cpu.c b/arch/arm/mach-s5pv310/cpu.c index b2a37d0f9d7a..7b6e066e2271 100644 --- a/arch/arm/mach-s5pv310/cpu.c +++ b/arch/arm/mach-s5pv310/cpu.c | |||
@@ -43,6 +43,11 @@ static struct map_desc s5pv310_iodesc[] __initdata = { | |||
43 | .length = SZ_128K, | 43 | .length = SZ_128K, |
44 | .type = MT_DEVICE, | 44 | .type = MT_DEVICE, |
45 | }, { | 45 | }, { |
46 | .virtual = (unsigned long)S5P_VA_PMU, | ||
47 | .pfn = __phys_to_pfn(S5PV310_PA_PMU), | ||
48 | .length = SZ_64K, | ||
49 | .type = MT_DEVICE, | ||
50 | }, { | ||
46 | .virtual = (unsigned long)S5P_VA_COMBINER_BASE, | 51 | .virtual = (unsigned long)S5P_VA_COMBINER_BASE, |
47 | .pfn = __phys_to_pfn(S5PV310_PA_COMBINER), | 52 | .pfn = __phys_to_pfn(S5PV310_PA_COMBINER), |
48 | .length = SZ_4K, | 53 | .length = SZ_4K, |