Skip to content

Commit 5ad784d

Browse files
mwallePratyush Yadav
authored andcommitted
mtd: spi-nor: amend the rdsr dummy cycles documentation
The rdsr dummy cycles are only used by the 8d-8d-8d mode. Mention that in the documentation. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Pratyush Yadav <p.yadav@ti.com> Reviewed-by: Pratyush Yadav <p.yadav@ti.com> Link: https://lore.kernel.org/r/20220418112837.2792242-1-michael@walle.cc
1 parent 3784197 commit 5ad784d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

drivers/mtd/spi-nor/core.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,10 @@ struct spi_nor_otp {
345345
* @writesize Minimal writable flash unit size. Defaults to 1. Set to
346346
* ECC unit size for ECC-ed flashes.
347347
* @page_size: the page size of the SPI NOR flash memory.
348-
* @rdsr_dummy: dummy cycles needed for Read Status Register command.
348+
* @rdsr_dummy: dummy cycles needed for Read Status Register command
349+
* in octal DTR mode.
349350
* @rdsr_addr_nbytes: dummy address bytes needed for Read Status Register
350-
* command.
351+
* command in octal DTR mode.
351352
* @hwcaps: describes the read and page program hardware
352353
* capabilities.
353354
* @reads: read capabilities ordered by priority: the higher index

0 commit comments

Comments
 (0)