diff options
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/pxa3xx_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c index 9140fdc42bca..a085cd0a6e5e 100644 --- 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 = { | |||
235 | .tWH = 15, | 235 | .tWH = 15, |
236 | .tWP = 25, | 236 | .tWP = 25, |
237 | .tRH = 15, | 237 | .tRH = 15, |
238 | .tRP = 25, | 238 | .tRP = 30, |
239 | .tR = 25000, | 239 | .tR = 25000, |
240 | .tWHR = 60, | 240 | .tWHR = 60, |
241 | .tAR = 10, | 241 | .tAR = 10, |