aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@marvell.com>2009-10-14 03:47:01 -0400
committerEric Miao <eric.y.miao@gmail.com>2009-11-30 20:02:38 -0500
commit726de6e16d88986db3102ebe6ae277f73df63eaf (patch)
tree10cf9237c05ffdddb80bf4eba19e32ec8385b850 /drivers
parent7ce33aff68f653769ba16108834ed212788bcbb6 (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')
-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 = {
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,