|
@@ -1229,7 +1229,7 @@ static int mt7621_nfc_init_chip(struct mt7621_nfc *nfc)
|
|
nand_set_controller_data(nand, (void *)nfc);
|
|
nand_set_controller_data(nand, (void *)nfc);
|
|
nand_set_flash_node(nand, nfc->dev->of_node);
|
|
nand_set_flash_node(nand, nfc->dev->of_node);
|
|
|
|
|
|
- nand->options |= NAND_USES_DMA | NAND_NO_SUBPAGE_WRITE;
|
|
|
|
|
|
+ nand->options |= NAND_USES_DMA | NAND_NO_SUBPAGE_WRITE | NAND_SKIP_BBTSCAN;
|
|
if (!nfc->nfi_clk)
|
|
if (!nfc->nfi_clk)
|
|
nand->options |= NAND_KEEP_TIMINGS;
|
|
nand->options |= NAND_KEEP_TIMINGS;
|
|
|
|
|