Skip to content

Commit 9764ff4

Browse files
author
Jon Lin
committed
mtd: spi-nor: esmt: Support en25qx64a
Change-Id: Ic52e1748c80aed6feea17aa5dbeab262c7b55f0a Signed-off-by: Jon Lin <[email protected]>
1 parent e31fbef commit 9764ff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/mtd/spi-nor/esmt.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ static const struct flash_info esmt_nor_parts[] = {
3232
{ "en25qx128a", INFO(0x1c7118, 0, 64 * 1024, 256)
3333
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
3434
SPI_NOR_QUAD_READ) },
35+
{ "en25qx64a", INFO(0x1c7117, 0, 64 * 1024, 128)
36+
NO_SFDP_FLAGS(SECT_4K | SPI_NOR_DUAL_READ |
37+
SPI_NOR_QUAD_READ) },
3538
};
3639

3740
const struct spi_nor_manufacturer spi_nor_esmt = {

0 commit comments

Comments
 (0)