diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2009-10-14 03:47:01 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-11-30 20:02:38 -0500 |
commit | 726de6e16d88986db3102ebe6ae277f73df63eaf (patch) | |
tree | 10cf9237c05ffdddb80bf4eba19e32ec8385b850 /drivers/mtd/nand/pxa3xx_nand.c | |
parent | 7ce33aff68f653769ba16108834ed212788bcbb6 (diff) |
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/nand/pxa3xx_nand.c')
-rw-r--r-- | drivers/mtd/nand/pxa3xx_nand.c | 2 |
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 = { | |||
235 | .tWH = 15, | 235 | .tWH = 15, |
236 | .tWP = 25, | 236 | .tWP = 25, |
237 | .tRH = 15, | 237 | .tRH = 15, |
238 | .tRP = 25, | 238 | .tRP = 30, |
239 | .tR = 25000, | 239 | .tR = 25000, |
240 | .tWHR = 60, | 240 | .tWHR = 60, |
241 | .tAR = 10, | 241 | .tAR = 10, |