summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-05-14 09:53:32 +0200
committerLinus Walleij <linus.walleij@linaro.org>2015-05-18 15:07:24 +0200
commitc1424803f6467fbbf269a5dfa830d9c60ae32181 (patch)
tree6463bd569f520fdd23d86f6fc4652b7a827bee9c /arch/arm/mach-ux500
parent26ef94dc8b97156ce1ce3fb74855a598dac067aa (diff)
ARM: ux500: get rid of SCU and backupram static maps
After moving the SMP and PM code to use dynamic mappings from the device tree, we can delete the static maps for SCU and backup RAM. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r--arch/arm/mach-ux500/cpu-db8500.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index a36fdd8657d2..3562b9aea767 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -45,10 +45,7 @@ static struct prcmu_pdata db8500_prcmu_pdata = {
/* U8500 and U9540 common io_desc */
static struct map_desc u8500_common_io_desc[] __initdata = {
- /* SCU base also covers GIC CPU BASE and TWD with its 4K page */
- __IO_DEV_DESC(U8500_SCU_BASE, SZ_4K),
__IO_DEV_DESC(U8500_L2CC_BASE, SZ_4K),
- __IO_DEV_DESC(U8500_BACKUPRAM0_BASE, SZ_8K),
};
/* U8500 IO map specific description */