Set align_subpage to align buffer to u32 to use the prefetch engine. Signed-off-by: Charles Manning <cdhmanning@xxxxxxxxx> --- drivers/mtd/nand/omap2.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/nand/omap2.c b/drivers/mtd/nand/omap2.c index cd41c58..3630971 100644 --- a/drivers/mtd/nand/omap2.c +++ b/drivers/mtd/nand/omap2.c @@ -886,6 +886,7 @@ static int __devinit omap_nand_probe(struct platform_device *pdev) #else info->nand.ecc.mode = NAND_ECC_SOFT; #endif + info->nand.align_subpage = nand_align_subpage32; /* DIP switches on some boards change between 8 and 16 bit * bus widths for flash. Try the other width if the first try fails. -- 1.7.1.5.g49342 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html