aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMattias Wallin <mattias.wallin@stericsson.com>2011-06-09 11:50:35 +0200
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-06-22 11:26:33 -0400
commit6997d6e7f776430f3a6b95f5b9366c6c5f5b7ca0 (patch)
tree94d1983d5559e308380e3c22ade4342e9fe31097 /arch
parent089a4e9cd43f8f59e59ef522b1656b407d355ef1 (diff)
mach-ux500: iomap PRCMU TCDM memory
The PRCMU TCDM memory needs to be iomapped for the PRCMU to work properly. Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> (cherry picked from commit dd367e9d06d672a549526f2d3b69a36a120b1563)
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/cpu-db5500.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/cpu-db5500.c b/arch/arm/mach-ux500/cpu-db5500.c
index c01bc19e3c5..22705d246fc 100644
--- a/arch/arm/mach-ux500/cpu-db5500.c
+++ b/arch/arm/mach-ux500/cpu-db5500.c
@@ -44,6 +44,7 @@ static struct map_desc u5500_io_desc[] __initdata = {
__IO_DEV_DESC(U5500_GPIO3_BASE, SZ_4K),
__IO_DEV_DESC(U5500_GPIO4_BASE, SZ_4K),
__IO_DEV_DESC(U5500_PRCMU_BASE, SZ_4K),
+ __IO_DEV_DESC(U5500_PRCMU_TCDM_BASE, SZ_4K),
};
static struct resource db5500_pmu_resources[] = {