Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mtd: spinand: fmsh: remove QE bit for FM25S01A flash

According to datasheet (http://eng.fmsh.com/nvm/FM25S01A_ds_eng.pdf)
there is no QE (Quad Enable) bit for FM25S01A flash, so remove it.

Fixes: 5f284dc15ca86 ("mtd: spinand: add support for FudanMicro FM25S01A")
Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
Tested-by: Tianling Shen <cnsztl@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

authored by

Mikhail Kshevetskiy and committed by
Miquel Raynal
a1d3bc60 5c56bf21

+1 -1
+1 -1
drivers/mtd/nand/spi/fmsh.c
··· 58 58 SPINAND_INFO_OP_VARIANTS(&read_cache_variants, 59 59 &write_cache_variants, 60 60 &update_cache_variants), 61 - SPINAND_HAS_QE_BIT, 61 + 0, 62 62 SPINAND_ECCINFO(&fm25s01a_ooblayout, NULL)), 63 63 }; 64 64