Skip to content

Commit

Permalink
mtd: spi-nor: add support for Microchip sst26vf064b QSPI memory
Browse files Browse the repository at this point in the history
Add support for Microchip sst26vf064b QSPI memory.

Signed-off-by: Claudiu Beznea <[email protected]>
Signed-off-by: Cyrille Pitchen <[email protected]>
  • Loading branch information
claudiubeznea authored and CyrillePitchen committed Aug 22, 2017
1 parent 18ba710 commit 18f7ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/spi-nor/spi-nor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@ static const struct flash_info spi_nor_ids[] = {
{ "sst25wf040b", INFO(0x621613, 0, 64 * 1024, 8, SECT_4K) },
{ "sst25wf040", INFO(0xbf2504, 0, 64 * 1024, 8, SECT_4K | SST_WRITE) },
{ "sst25wf080", INFO(0xbf2505, 0, 64 * 1024, 16, SECT_4K | SST_WRITE) },
{ "sst26vf064b", INFO(0xbf2643, 0, 64 * 1024, 128, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },

/* ST Microelectronics -- newer production may have feature updates */
{ "m25p05", INFO(0x202010, 0, 32 * 1024, 2, 0) },
Expand Down

0 comments on commit 18f7ce2

Please sign in to comment.