Merge " driver: spi: Add support for Macronix-(MX25U51245G) nor flash."

This commit is contained in:
Linux Build Service Account 2019-06-07 03:34:58 -07:00 committed by Gerrit - the friendly Code Review server
commit 03c5bcfbd6

View file

@ -60,6 +60,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
{"MX25U12835F", 0xc22538, 0x0, 64 * 1024, 256, RD_NORM, 0},
{"MX25U25635F", 0xc22539, 0x0, 64 * 1024, 512, RD_NORM, 0},
{"MX66U1G45GM", 0xc2253b, 0x0, 64 * 1024, 2048, RD_FULL, 0},
{"MX25U51245G", 0xc2253a, 0x0, 64 * 1024, 1024, RD_FULL, 0},
#endif
#ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */
{"S25FL008A", 0x010213, 0x0, 64 * 1024, 16, RD_NORM, 0},