mtd: spi-nor: esmt: Support en25qx64a

Change-Id: Ic52e1748c80aed6feea17aa5dbeab262c7b55f0a
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin 2024-12-23 18:26:40 +08:00
parent e31fbef6dd
commit 9764ff4348

View file

@ -32,6 +32,9 @@ static const struct flash_info esmt_nor_parts[] = {
{ "en25qx128a", INFO(0x1c7118, 0, 64 * 1024, 256)
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
SPI_NOR_QUAD_READ) },
{ "en25qx64a", INFO(0x1c7117, 0, 64 * 1024, 128)
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
SPI_NOR_QUAD_READ) },
};
const struct spi_nor_manufacturer spi_nor_esmt = {