* [PATCH] Register the L4 io bus to boot OMAP2
@ 2007-11-06 23:14 Kyungmin Park
0 siblings, 0 replies; only message in thread
From: Kyungmin Park @ 2007-11-06 23:14 UTC (permalink / raw)
To: tony; +Cc: linux-omap-open-source, linux-kernel
This patch enables the OMAP2 boot
It is already fixed in OMAP tree. It syncs the mainline tree too.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 5a4091f..69c8174 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,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-11-06 23:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 23:14 [PATCH] Register the L4 io bus to boot OMAP2 Kyungmin Park
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox