Skip to content

Commit fb2fae7

Browse files
committed
mtd: spinand: winbond: Add comment about the maximum frequency
Clarify that Winbond octal capable chips may be clocked at up to 166MHz, which is their absolute maximum. No per-operation maximum value (captured with a "0" in the table) involves that in these cases the maximum frequency of the chip applies, ie. the one commonly described in the DT. Signed-off-by: Miquel Raynal <[email protected]>
1 parent 535f30d commit fb2fae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mtd/nand/spi/winbond.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
/*
3333
* "X2" in the core is equivalent to "dual output" in the datasheets,
3434
* "X4" in the core is equivalent to "quad output" in the datasheets.
35+
* Quad and octal capable chips feature an absolute maximum frequency of 166MHz.
3536
*/
3637

3738
static SPINAND_OP_VARIANTS(read_cache_octal_variants,

0 commit comments

Comments
 (0)