diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 2c3fdd65387b..2bef5a7e6af8 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -271,6 +271,14 @@ static struct map_desc omap54xx_io_desc[] __initdata = { | |||
271 | .length = L4_PER_54XX_SIZE, | 271 | .length = L4_PER_54XX_SIZE, |
272 | .type = MT_DEVICE, | 272 | .type = MT_DEVICE, |
273 | }, | 273 | }, |
274 | #ifdef CONFIG_OMAP4_ERRATA_I688 | ||
275 | { | ||
276 | .virtual = OMAP4_SRAM_VA, | ||
277 | .pfn = __phys_to_pfn(OMAP4_SRAM_PA), | ||
278 | .length = PAGE_SIZE, | ||
279 | .type = MT_MEMORY_SO, | ||
280 | }, | ||
281 | #endif | ||
274 | }; | 282 | }; |
275 | #endif | 283 | #endif |
276 | 284 | ||
@@ -323,6 +331,7 @@ void __init omap4_map_io(void) | |||
323 | void __init omap5_map_io(void) | 331 | void __init omap5_map_io(void) |
324 | { | 332 | { |
325 | iotable_init(omap54xx_io_desc, ARRAY_SIZE(omap54xx_io_desc)); | 333 | iotable_init(omap54xx_io_desc, ARRAY_SIZE(omap54xx_io_desc)); |
334 | omap_barriers_init(); | ||
326 | } | 335 | } |
327 | #endif | 336 | #endif |
328 | /* | 337 | /* |