mtd: spi-nor: eon: Support en25qx128a

Change-Id: I32a4a04947e8fb0128b4aef2e5514933f37615bf
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2024-11-07 10:14:48 +08:00
committed by Tao Huang
parent 1d3bcf7c99
commit cd25a595d2

View File

@@ -29,6 +29,8 @@ static const struct flash_info eon_nor_parts[] = {
PARSE_SFDP },
{ "en25s64", INFO(0x1c3817, 0, 64 * 1024, 128)
NO_SFDP_FLAGS(SECT_4K) },
{ "en25qx128a", INFO(0x1c7118, 0, 64 * 1024, 256)
NO_SFDP_FLAGS(SECT_4K) },
};
const struct spi_nor_manufacturer spi_nor_eon = {