You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
287 B
12 lines
287 B
12 years ago
|
reverted:
|
||
|
--- a/drivers/mtd/nand/ar934x_nfc.c
|
||
|
+++ b/drivers/mtd/nand/ar934x_nfc.c
|
||
|
@@ -1051,6 +1051,7 @@ ar934x_nfc_probe(struct platform_device
|
||
|
else
|
||
|
mtd->name = dev_name(&pdev->dev);
|
||
|
|
||
|
+ nand->options = NAND_NO_AUTOINCR;
|
||
|
nand->chip_delay = 25;
|
||
|
nand->ecc.mode = NAND_ECC_SOFT;
|
||
|
|