Skip to content

Commit

Permalink
mtd: spi-nor: winbond: Add support for w25q01jviq
Browse files Browse the repository at this point in the history
Add support for winbond w25q01jv-iq chip.

OpenBMC-Staging-Count: 1
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Link: https://lore.kernel.org/r/20211224104522.24615-1-potin.lai@quantatw.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
potinlai authored and shenki committed Feb 25, 2022
1 parent 2b8d17d commit 25b566b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/mtd/spi-nor/winbond.c
Expand Up @@ -104,6 +104,8 @@ static const struct flash_info winbond_parts[] = {
SECT_4K | SPI_NOR_QUAD_READ | SPI_NOR_DUAL_READ) },
{ "w25q512jvq", INFO(0xef4020, 0, 64 * 1024, 1024,
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
{ "w25q01jviq", INFO(0xef4021, 0, 64 * 1024, 2048,
SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
};

/**
Expand Down

0 comments on commit 25b566b

Please sign in to comment.