mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
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>
This commit is contained in:
parent
7ce33aff68
commit
726de6e16d
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user