mtd: spinand: winbond: Update the *JW chip definitions
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 10 Jan 2025 14:45:27 +0000 (15:45 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 15 Jan 2025 18:24:08 +0000 (19:24 +0100)
commit1ea808b4d15b9bddc48af75b0668b82366b5b927
tree5b4e819b5db9f7c0fec8ad2244dcb4cd9f57bd30
parent8586bc8d95488dfaadbc1af89ba59900d2c39119
mtd: spinand: winbond: Update the *JW chip definitions

W25N01JW and W25N02JW use a different technology with higher frequencies
supported (up to 166MHz). There is one drawback though, the slowest
READ_FROM_CACHE command cannot run above 54MHz. Because of that, we need
to set a limit for these chips on the basic READ_FROM_CACHE variant.

Duplicating this list is not a problem because these chips have DTR
support, and the list of supported variants will diverge from all the
other chips when adding support for it.

Cc: stable+noautosel@kernel.org # New feature being added
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/spi/winbond.c