pxa3xx_nand: adjust timing of Micron NAND flash
authorHaojian Zhuang <haojian.zhuang@marvell.com>
Wed, 14 Oct 2009 07:47:01 +0000 (15:47 +0800)
committerEric Miao <eric.y.miao@gmail.com>
Tue, 1 Dec 2009 01:02:38 +0000 (09:02 +0800)
Slow down the tRp of Micron NAND flash timing.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
drivers/mtd/nand/pxa3xx_nand.c

index 9140fdc..a085cd0 100644 (file)
@@ -235,7 +235,7 @@ static struct pxa3xx_nand_timing micron_timing = {
        .tWH    = 15,
        .tWP    = 25,
        .tRH    = 15,
-       .tRP    = 25,
+       .tRP    = 30,
        .tR     = 25000,
        .tWHR   = 60,
        .tAR    = 10,