diff options
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/atmel_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index e321c564ff05..77bd877d8f28 100644 --- a/drivers/mtd/nand/atmel_nand.c +++ b/drivers/mtd/nand/atmel_nand.c | |||
@@ -2099,7 +2099,7 @@ static int atmel_nand_probe(struct platform_device *pdev) | |||
2099 | } | 2099 | } |
2100 | 2100 | ||
2101 | nand_chip->ecc.mode = host->board.ecc_mode; | 2101 | nand_chip->ecc.mode = host->board.ecc_mode; |
2102 | nand_chip->chip_delay = 20; /* 20us command delay time */ | 2102 | nand_chip->chip_delay = 40; /* 40us command delay time */ |
2103 | 2103 | ||
2104 | if (host->board.bus_width_16) /* 16-bit bus width */ | 2104 | if (host->board.bus_width_16) /* 16-bit bus width */ |
2105 | nand_chip->options |= NAND_BUSWIDTH_16; | 2105 | nand_chip->options |= NAND_BUSWIDTH_16; |