Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 726de6e1 authored by Haojian Zhuang's avatar Haojian Zhuang Committed by Eric Miao
Browse files

pxa3xx_nand: adjust timing of Micron NAND flash



Slow down the tRp of Micron NAND flash timing.

Signed-off-by: default avatarHaojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 7ce33aff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,