projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce33af
)
pxa3xx_nand: adjust timing of Micron NAND flash
author
Haojian Zhuang
<haojian.zhuang@marvell.com>
Wed, 14 Oct 2009 07:47:01 +0000
(15:47 +0800)
committer
Eric Miao
<eric.y.miao@gmail.com>
Tue, 1 Dec 2009 01:02:38 +0000
(09:02 +0800)
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>
drivers/mtd/nand/pxa3xx_nand.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/pxa3xx_nand.c
b/drivers/mtd/nand/pxa3xx_nand.c
index 9140fdc42bcace3152c70afeff50d990cc8f40e7..a085cd0a6e5ed31df8e624769cb394f650a1e7f2 100644
(file)
--- 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 = {
.tWH = 15,
.tWP = 25,
.tRH = 15,
- .tRP =
25
,
+ .tRP =
30
,
.tR = 25000,
.tWHR = 60,
.tAR = 10,