ipq807x: Added the W25Q256JW flash support

Change-Id: Iee648d783567ed2b6ff09addbb000709fa6461ff
Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
Sham Muthayyan 2017-09-14 14:04:23 +05:30 committed by Gerrit - the friendly Code Review server
parent 36d71f4217
commit da2e958e58

View file

@ -142,6 +142,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
{"W25Q32DW", 0xef6016, 0x0, 64 * 1024, 64, RD_FULL, WR_QPP | SECT_4K},
{"W25Q64DW", 0xef6017, 0x0, 64 * 1024, 128, RD_FULL, WR_QPP | SECT_4K},
{"W25Q128FW", 0xef6018, 0x0, 64 * 1024, 256, RD_FULL, WR_QPP | SECT_4K},
{"W25Q256JW", 0xef6019, 0x0, 64 * 1024, 512, RD_FULL, WR_QPP | SECT_4K},
#endif
{}, /* Empty entry to terminate the list */
/*