|
@@ -2099,7 +2099,7 @@ static int atmel_nand_probe(struct platform_device *pdev)
|
|
}
|
|
}
|
|
|
|
|
|
nand_chip->ecc.mode = host->board.ecc_mode;
|
|
nand_chip->ecc.mode = host->board.ecc_mode;
|
|
- nand_chip->chip_delay = 20; /* 20us command delay time */
|
|
|
|
|
|
+ nand_chip->chip_delay = 40; /* 40us command delay time */
|
|
|
|
|
|
if (host->board.bus_width_16) /* 16-bit bus width */
|
|
if (host->board.bus_width_16) /* 16-bit bus width */
|
|
nand_chip->options |= NAND_BUSWIDTH_16;
|
|
nand_chip->options |= NAND_BUSWIDTH_16;
|