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