summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/cpu-db5500.c
diff options
context:
space:
mode:
authorMattias Wallin2011-06-09 11:50:35 +0200
committerLinus Walleij2011-06-21 10:57:42 +0200
commitdd367e9d06d672a549526f2d3b69a36a120b1563 (patch)
tree59f0122fcbb0690bde70945f5411b1133510dd7c /arch/arm/mach-ux500/cpu-db5500.c
parentmach-ux500: complete regulator constraints for MOP500 board (diff)
downloadkernel-qcow2-linux-dd367e9d06d672a549526f2d3b69a36a120b1563.tar.gz
kernel-qcow2-linux-dd367e9d06d672a549526f2d3b69a36a120b1563.tar.xz
kernel-qcow2-linux-dd367e9d06d672a549526f2d3b69a36a120b1563.zip
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>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db5500.c')
-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 c01bc19e3c5e..22705d246fc7 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[] = {