diff mbox

OMAP: RX51: use OneNAND sync read / write

Message ID 4A324546.6020304@nokia.com (mailing list archive)
State Accepted
Commit 34ae3934a45d8255752a82adda0740f571bd33ef
Headers show

Commit Message

Adrian Hunter June 12, 2009, 12:08 p.m. UTC
From aea78b09cac91d51d31ef61a2554f3470b498cfd Mon Sep 17 00:00:00 2001
From: Adrian Hunter <adrian.hunter@nokia.com>
Date: Fri, 12 Jun 2009 14:41:14 +0300
Subject: [PATCH] OMAP: RX51: use OneNAND sync read / write

Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
---
 arch/arm/mach-omap2/board-rx51-peripherals.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Tony Lindgren June 15, 2009, 12:50 p.m. UTC | #1
This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 34ae3934a45d8255752a82adda0740f571bd33ef

PatchWorks
http://patchwork.kernel.org/patch/29756/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=34ae3934a45d8255752a82adda0740f571bd33ef


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
index da93b86..9a0bf67 100644
--- a/arch/arm/mach-omap2/board-rx51-peripherals.c
+++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
@@ -362,6 +362,7 @@  static struct omap_onenand_platform_data board_onenand_data = {
 	.gpio_irq	= 65,
 	.parts		= onenand_partitions,
 	.nr_parts	= ARRAY_SIZE(onenand_partitions),
+	.flags		= ONENAND_SYNC_READWRITE,
 };
 
 static void __init board_onenand_init(void)