Skip to content

Commit

Permalink
MTD: spi-nor: Add support for w25q512jvq
Browse files Browse the repository at this point in the history
  • Loading branch information
shenghuang147 authored and DragonBluep committed Jan 16, 2024
1 parent f58796c commit e55d140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/spi/spi_flash_ids.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ const struct spi_flash_info spi_flash_ids[] = {
{"w25q128jw", INFO(0xef8018, 0x0, 64 * 1024, 256, RD_FULL | WR_QPP | SECT_4K) },
{"w25q256fw", INFO(0xef6019, 0x0, 64 * 1024, 512, RD_FULL | WR_QPP | SECT_4K) },
{"w25q256jw", INFO(0xef7019, 0x0, 64 * 1024, 512, RD_FULL | WR_QPP | SECT_4K) },
{"w25q512jvq", INFO(0xef4020, 0x0, 64 * 1024, 1024, RD_FULL | WR_QPP | SECT_4K) },
#endif
#ifdef CONFIG_SPI_FLASH_XMC
/* XMC (Wuhan Xinxin Semiconductor Manufacturing Corp.) */
Expand Down

0 comments on commit e55d140

Please sign in to comment.