Merge "ipq807x: Added the W25Q256JW flash support"

This commit is contained in:
Linux Build Service Account 2017-09-15 10:27:54 -07:00 committed by Gerrit - the friendly Code Review server
commit a7e05d55af

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 */
/*