1
0
Fork 0

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>
hifive-unleashed-5.1
Haojian Zhuang 2009-10-14 15:47:01 +08:00 committed by Eric Miao
parent 7ce33aff68
commit 726de6e16d
1 changed files with 1 additions and 1 deletions

View 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,