summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorKyungmin Park2008-02-21 00:30:06 +0100
committerTony Lindgren2008-03-06 12:28:06 +0100
commit09f21ed4c1bd158a92114074c268e4a835690ca5 (patch)
treee540c1b409b17daccd939cc7edc8b09cfcd277e1 /arch/arm/mach-omap2
parentARM: OMAP1: Compile in other 16xx boards to OSK defconfig (diff)
downloadkernel-qcow2-linux-09f21ed4c1bd158a92114074c268e4a835690ca5.tar.gz
kernel-qcow2-linux-09f21ed4c1bd158a92114074c268e4a835690ca5.tar.xz
kernel-qcow2-linux-09f21ed4c1bd158a92114074c268e4a835690ca5.zip
ARM: OMAP2: Register the L4 io bus to boot OMAP2
This patch enables OMAP2 to boot. Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/io.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 5a4091f582ed..69c8174f3aac 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,