drivers: mtd: spi: Add MX25U12832F SPI NOR device support

Change-Id: Ie8ee6c5a79fe6469b3c7688010ce33cac60ffc4a
Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
This commit is contained in:
Timple Raj M 2023-12-28 17:40:58 +05:30
parent 32187e52f7
commit 371c067c14

View file

@ -153,7 +153,8 @@ const struct spi_flash_params spi_flash_params_table[] = {
{"W25Q256JW", 0xef6019, 0x0, 64 * 1024, 512, RD_FULL, WR_QPP | SECT_4K},
#endif
#else /* CONFIG_IPQ_TINY_SPI_NOR: Add only 16M flash with Minimum Sector Size of 4K */
{"GD25LB128D", 0xc86018, 0x0, 4 * 1024, 4096, RD_NORM, SECT_4K},
{"GD25LB128D", 0xc86018, 0x0, 4 * 1024, 4096, RD_NORM, SECT_4K},
{"MX25U12832F", 0xc22538, 0x0, 4 * 1024, 4096, RD_NORM, SECT_4K},
#endif
{}, /* Empty entry to terminate the list */
/*