Skip to content

Commit

Permalink
pxa3xx_nand: adjust timing of Micron NAND flash
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Haojian Zhuang authored and Eric Miao committed Dec 1, 2009
1 parent 7ce33af commit 726de6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/nand/pxa3xx_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 726de6e

Please sign in to comment.