The patch titled omap: register the L4 io bus to boot OMAP2 has been added to the -mm tree. Its filename is omap-register-the-l4-io-bus-to-boot-omap2.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: omap: register the L4 io bus to boot OMAP2 From: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> 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@xxxxxxxxxxx> Cc: Tony Lindgren <tony@xxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-omap2/io.c | 6 ++++++ 1 file changed, 6 insertions(+) diff -puN arch/arm/mach-omap2/io.c~omap-register-the-l4-io-bus-to-boot-omap2 arch/arm/mach-omap2/io.c --- a/arch/arm/mach-omap2/io.c~omap-register-the-l4-io-bus-to-boot-omap2 +++ a/arch/arm/mach-omap2/io.c @@ -42,6 +42,12 @@ static struct map_desc omap2_io_desc[] _ .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, _ Patches currently in -mm which might be from kyungmin.park@xxxxxxxxxxx are omap-register-the-l4-io-bus-to-boot-omap2.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html