aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@marvell.com>2009-10-14 15:47:01 +0800
committerEric Miao <eric.y.miao@gmail.com>2009-12-01 09:02:38 +0800
commit726de6e16d88986db3102ebe6ae277f73df63eaf (patch)
tree10cf9237c05ffdddb80bf4eba19e32ec8385b850 /drivers/mtd
parentpxa3xx_nand: reset read buffer before reading (diff)
downloadlinux-dev-726de6e16d88986db3102ebe6ae277f73df63eaf.tar.xz
linux-dev-726de6e16d88986db3102ebe6ae277f73df63eaf.zip
pxa3xx_nand: adjust timing of Micron NAND flash
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>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/pxa3xx_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c
index 9140fdc42bca..a085cd0a6e5e 100644
--- a/drivers/mtd/nand/pxa3xx_nand.c
+++ b/drivers/mtd/nand/pxa3xx_nand.c
@@ -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,