]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: spinand: winbond: Increase maximum frequency on an octal operation
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 18 Jun 2025 08:47:59 +0000 (10:47 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 18 Jun 2025 09:18:45 +0000 (11:18 +0200)
commit29384bbb1a2a5926f97b8cbe469081e7a1770dea
treeaa734ad6e0fd6b22635ce4d0aba77917f7c26ecb
parent60dffe96fab00cee7ef7f1b151da485d42ccb33a
mtd: spinand: winbond: Increase maximum frequency on an octal operation

The default number of dummy cycles is 16 in octal I/O mode (1S-8S-8S),
and with this default configuration the maximum frequency is higher than
what is being advertised. There are higher and lower frequency
possibilities, which involve making changes in the number of dummy
cycles through the VCR register. At this stage, let's just describe the
default configuration correctly. There should be no functional change.

Fixes: 1ac5ff2f2ad6 ("mtd: spinand: winbond: Add octal support")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/spi/winbond.c