mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
mtd: spi-nor: esmt: Support en25qx64a
Change-Id: Ic52e1748c80aed6feea17aa5dbeab262c7b55f0a Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user