]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"
authorZiyang Huang <hzyitc@outlook.com>
Tue, 2 Dec 2025 15:05:56 +0000 (23:05 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 16 Dec 2025 08:08:28 +0000 (09:08 +0100)
commit2f6d2c8d9ac05a7a1c02333f6ad30868246880d8
tree9025ab441b88cecea7dcbb194ec6715b7b33c085
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
Revert "mtd: spinand: esmt: fix id code for F50D1G41LB"

This reverts commit dd26402642a0899fde59ea6b0852fad3d799b4cc.

The issue George met is due to the limit of QPIC, not the issue of the
flash chip.

QPIC only supports 4 bytes ID. So the fifth byte is always 0.

If we use spi-gpio, the fifth byte can be read correctly.

Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/spi/esmt.c