]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/arm/mach-omap2/io.c
Merge branch 'soc-part2' into soc
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-omap2 / io.c
index 58bd138e5a981b366e7168c809283330fe4fca9b..81cf60f6bc9c4946a268358e614b1e2605e5ba09 100644 (file)
@@ -254,6 +254,15 @@ static struct map_desc omap44xx_io_desc[] __initdata = {
                .length         = L4_EMU_44XX_SIZE,
                .type           = MT_DEVICE,
        },
+#ifdef CONFIG_OMAP4_ERRATA_I688
+       {
+               .virtual        = OMAP4_SRAM_VA,
+               .pfn            = __phys_to_pfn(OMAP4_SRAM_PA),
+               .length         = PAGE_SIZE,
+               .type           = MT_MEMORY_SO,
+       },
+#endif
+
 };
 #endif