]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mach-ux500: iomap PRCMU TCDM memory
authorMattias Wallin <mattias.wallin@stericsson.com>
Thu, 9 Jun 2011 09:50:35 +0000 (11:50 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 21 Jun 2011 08:57:42 +0000 (10:57 +0200)
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>
arch/arm/mach-ux500/cpu-db5500.c

index c01bc19e3c5eac6c51d3adf1cffb13333a29047b..22705d246fc7ee8262858f46e521a1bd86276f27 100644 (file)
@@ -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[] = {