From: Kyungmin Park Date: Wed, 20 Feb 2008 23:30:06 +0000 (-0800) Subject: ARM: OMAP2: Register the L4 io bus to boot OMAP2 X-Git-Tag: v2.6.25-rc6~29^2~4^2 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=09f21ed4c1bd158a92114074c268e4a835690ca5;p=net-next-2.6.git ARM: OMAP2: Register the L4 io bus to boot OMAP2 This patch enables OMAP2 to boot. Signed-off-by: Kyungmin Park Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 5a4091f582e..69c8174f3aa 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -42,6 +42,12 @@ static struct map_desc omap2_io_desc[] __initdata = { .length = L3_24XX_SIZE, .type = MT_DEVICE }, + { + .virtual = L4_24XX_VIRT, + .pfn = __phys_to_pfn(L4_24XX_PHYS), + .length = L4_24XX_SIZE, + .type = MT_DEVICE + }, #ifdef CONFIG_ARCH_OMAP2430 { .virtual = L4_WK_243X_VIRT,