Skip to content

Commit e9f6ac9

Browse files
committed
Merge tag 'mtd/fixes-for-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Pull MTD fix from Miquel Raynal: "A single late MTD fix, which reverts a fix that turned out to be incorrect. The observations of the committer was that the number of IDs to be used to probe a chip was incorrect. It happened to be a limitation of his controller, not a chip issue. Restore the chip description, a solution must be found somewhere else" * tag 'mtd/fixes-for-6.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux: Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
2 parents bcb6058 + 2f6d2c8 commit e9f6ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mtd/nand/spi/esmt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ static const struct spinand_info esmt_c8_spinand_table[] = {
215215
SPINAND_FACT_OTP_INFO(2, 0, &f50l1g41lb_fact_otp_ops)),
216216
SPINAND_INFO("F50D1G41LB",
217217
SPINAND_ID(SPINAND_READID_METHOD_OPCODE_ADDR, 0x11, 0x7f,
218-
0x7f),
218+
0x7f, 0x7f),
219219
NAND_MEMORG(1, 2048, 64, 64, 1024, 20, 1, 1, 1),
220220
NAND_ECCREQ(1, 512),
221221
SPINAND_INFO_OP_VARIANTS(&read_cache_variants,

0 commit comments

Comments
 (0)