public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [MTD] [NAND] pxa3xx: fix timing and cmdset for samsung2GbX8
@ 2010-08-16  8:50 Axel Lin
  2010-08-16 12:22 ` Eric Miao
  0 siblings, 1 reply; 11+ messages in thread
From: Axel Lin @ 2010-08-16  8:50 UTC (permalink / raw)
  To: linux-kernel; +Cc: David Woodhouse, Eric Miao, linux-mtd

This patch adds timing settings for samsung2GbX8 and
fixes the cmdset settings. samsung2GbX8 is large page.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/mtd/nand/pxa3xx_nand.c |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c
index 4d89f37..47c0442 100644
--- a/drivers/mtd/nand/pxa3xx_nand.c
+++ b/drivers/mtd/nand/pxa3xx_nand.c
@@ -227,9 +227,21 @@ static struct pxa3xx_nand_flash samsung512MbX16 = {
 	.chip_id	= 0x46ec,
 };
 
+static struct pxa3xx_nand_timing samsung2GbX8_timing = {
+	.tCH	= 5,
+	.tCS	= 20,
+	.tWH	= 10,
+	.tWP	= 12,
+	.tRH	= 10,
+	.tRP	= 12,
+	.tR	= 25000,
+	.tWHR	= 60,
+	.tAR	= 10,
+};
+
 static struct pxa3xx_nand_flash samsung2GbX8 = {
-	.timing		= &samsung512MbX16_timing,
-	.cmdset		= &smallpage_cmdset,
+	.timing		= &samsung2GbX8_timing,
+	.cmdset		= &largepage_cmdset,
 	.page_per_block	= 64,
 	.page_size	= 2048,
 	.flash_width	= 8,
-- 
1.7.2




^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-08-16 14:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-16  8:50 [PATCH] [MTD] [NAND] pxa3xx: fix timing and cmdset for samsung2GbX8 Axel Lin
2010-08-16 12:22 ` Eric Miao
2010-08-16 12:34   ` Lei Wen
2010-08-16 12:44     ` Eric Miao
2010-08-16 12:49       ` Haojian Zhuang
2010-08-16 12:55         ` Eric Miao
2010-08-16 13:05           ` David Woodhouse
2010-08-16 13:55             ` Eric Miao
2010-08-16 14:03               ` Lei Wen
2010-08-16 14:16                 ` Eric Miao
2010-08-16 14:20                   ` Lei Wen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox