Skip to content

Commit a1d3bc6

Browse files
mkshevetskiymiquelraynal
authored andcommitted
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: 5f284dc ("mtd: spinand: add support for FudanMicro FM25S01A") Signed-off-by: Mikhail Kshevetskiy <[email protected]> Tested-by: Tianling Shen <[email protected]> Signed-off-by: Miquel Raynal <[email protected]>
1 parent 5c56bf2 commit a1d3bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/nand/spi/fmsh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static const struct spinand_info fmsh_spinand_table[] = {
5858
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,
5959
&write_cache_variants,
6060
&update_cache_variants),
61-
SPINAND_HAS_QE_BIT,
61+
0,
6262
SPINAND_ECCINFO(&fm25s01a_ooblayout, NULL)),
6363
};
6464

0 commit comments

Comments
 (0)