Skip to content

Commit 61c7155

Browse files
committed
mtd: spinand: winbond: Add comment about naming
Make the link between the core macros and the datasheet. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
1 parent 1ea808b commit 61c7155

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/mtd/nand/spi/winbond.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818

1919
#define W25N04KV_STATUS_ECC_5_8_BITFLIPS (3 << 4)
2020

21+
/*
22+
* "X2" in the core is equivalent to "dual output" in the datasheets,
23+
* "X4" in the core is equivalent to "quad output" in the datasheets.
24+
*/
25+
2126
static SPINAND_OP_VARIANTS(read_cache_dtr_variants,
2227
SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(0, 2, NULL, 0),
2328
SPINAND_PAGE_READ_FROM_CACHE_X4_OP(0, 1, NULL, 0),

0 commit comments

Comments
 (0)