summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel JAOUEN <michel.jaouen@stericsson.com>2012-01-26 10:08:16 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:43 +0200
commit062ff54a464c2fe036526cbd825a890094b64e39 (patch)
tree252fd5c08638f9bea394fd28fbc9ee13c79a38c3
parentead8510d99488080939f20bd18593d8cec1d232b (diff)
mach-ux500: 9540 prcmu specific io
ST-Ericsson ID: 409625 ST-Ericsson FOSS-OUT ID: trivial ST-Ericsson Linux next: NA Signed-off-by: Guillaume Kouadio Carry <guillaume.kouadio-carry@stericsson.com> Signed-off-by: Alex MACRO <alex.macro@stericsson.com> Signed-off-by: David Paris <david.paris@stericsson.com> Signed-off-by: Michel JAOUEN <michel.jaouen@stericsson.com> Change-Id: I571feedb3a316250691e381e8d53e226b98ea7c3 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/45302 Reviewed-by: QATEST Reviewed-by: Linus WALLEIJ <linus.walleij@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Tested-by: Michel JAOUEN <michel.jaouen@stericsson.com> Reviewed-by: Michel JAOUEN <michel.jaouen@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/cpu-db8500.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index bcd43611b69..52fc036bc8e 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -54,25 +54,27 @@ static struct map_desc u8500_common_io_desc[] __initdata = {
__IO_DEV_DESC(U8500_CLKRST5_BASE, SZ_4K),
__IO_DEV_DESC(U8500_CLKRST6_BASE, SZ_4K),
- __IO_DEV_DESC(U8500_PRCMU_BASE, SZ_4K),
__IO_DEV_DESC(U8500_GPIO0_BASE, SZ_4K),
__IO_DEV_DESC(U8500_GPIO1_BASE, SZ_4K),
__IO_DEV_DESC(U8500_GPIO2_BASE, SZ_4K),
__IO_DEV_DESC(U8500_GPIO3_BASE, SZ_4K),
- __IO_DEV_DESC(U8500_PRCMU_TCDM_BASE, SZ_4K),
};
/* U8500 IO map specific description */
static struct map_desc u8500_io_desc[] __initdata = {
+ __IO_DEV_DESC(U8500_PRCMU_BASE, SZ_4K),
/* Map U8500_PUBLIC_BOOT_ROM_BASE (base+17000) only
* for TEE security driver
* and avoid overlap with asic ID at base+1D000 */
__MEM_DEV_DESC(U8500_BOOT_ROM_BASE+0x17000, 6*SZ_4K),
+ __IO_DEV_DESC(U8500_PRCMU_TCDM_BASE, SZ_4K),
};
/* U9540 IO map specific description */
static struct map_desc u9540_io_desc[] __initdata = {
+ __IO_DEV_DESC(U8500_PRCMU_BASE, SZ_4K + SZ_8K),
__MEM_DEV_DESC_DB9540_ROM(U9540_BOOT_ROM_BASE, SZ_1M),
+ __IO_DEV_DESC(U8500_PRCMU_TCDM_BASE, SZ_4K + SZ_8K),
};
void __init u8500_map_io(void)