Merge "sf: params: Add MX25U12835F part support"

This commit is contained in:
Linux Build Service Account 2018-02-17 03:54:30 -08:00 committed by Gerrit - the friendly Code Review server
commit 0f5b9a078e

View file

@ -57,6 +57,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
{"MX25L12855E", 0xc22618, 0x0, 64 * 1024, 256, RD_FULL, WR_QPP},
{"MX25U3235F", 0xc22536, 0x0, 64 * 1024, 64, RD_NORM, 0},
{"MX25U6435F", 0xc22537, 0x0, 64 * 1024, 128, RD_NORM, 0},
{"MX25U12835F", 0xc22538, 0x0, 64 * 1024, 256, RD_NORM, 0},
{"MX25U25635F", 0xc22539, 0x0, 64 * 1024, 512, RD_NORM, 0},
#endif
#ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */