io.c (73829af71fdb8655e7ba4b5a2a6612ad34a75a11) io.c (137d105d50f6e6c373c1aa759f59045e6239cf66)
1/*
2 * linux/arch/arm/mach-omap2/io.c
3 *
4 * OMAP2 I/O mapping code
5 *
6 * Copyright (C) 2005 Nokia Corporation
7 * Copyright (C) 2007-2009 Texas Instruments
8 *

--- 223 unchanged lines hidden (view full) ---

232 .type = MT_DEVICE,
233 },
234 {
235 .virtual = L4_EMU_44XX_VIRT,
236 .pfn = __phys_to_pfn(L4_EMU_44XX_PHYS),
237 .length = L4_EMU_44XX_SIZE,
238 .type = MT_DEVICE,
239 },
1/*
2 * linux/arch/arm/mach-omap2/io.c
3 *
4 * OMAP2 I/O mapping code
5 *
6 * Copyright (C) 2005 Nokia Corporation
7 * Copyright (C) 2007-2009 Texas Instruments
8 *

--- 223 unchanged lines hidden (view full) ---

232 .type = MT_DEVICE,
233 },
234 {
235 .virtual = L4_EMU_44XX_VIRT,
236 .pfn = __phys_to_pfn(L4_EMU_44XX_PHYS),
237 .length = L4_EMU_44XX_SIZE,
238 .type = MT_DEVICE,
239 },
240#ifdef CONFIG_OMAP4_ERRATA_I688
241 {
242 .virtual = OMAP4_SRAM_VA,
243 .pfn = __phys_to_pfn(OMAP4_SRAM_PA),
244 .length = PAGE_SIZE,
245 .type = MT_MEMORY_SO,
246 },
247#endif
248
240};
241#endif
242
243#ifdef CONFIG_SOC_OMAP2420
244void __init omap242x_map_common_io(void)
245{
246 iotable_init(omap24xx_io_desc, ARRAY_SIZE(omap24xx_io_desc));
247 iotable_init(omap242x_io_desc, ARRAY_SIZE(omap242x_io_desc));

--- 250 unchanged lines hidden ---
249};
250#endif
251
252#ifdef CONFIG_SOC_OMAP2420
253void __init omap242x_map_common_io(void)
254{
255 iotable_init(omap24xx_io_desc, ARRAY_SIZE(omap24xx_io_desc));
256 iotable_init(omap242x_io_desc, ARRAY_SIZE(omap242x_io_desc));

--- 250 unchanged lines hidden ---