|
@@ -661,7 +661,8 @@ static const struct spi_device_id m25p_ids[] = {
|
|
|
{ "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
|
|
|
|
|
|
/* Micron */
|
|
|
- { "n25q128", INFO(0x20ba18, 0, 64 * 1024, 256, 0) },
|
|
|
+ { "n25q128a11", INFO(0x20bb18, 0, 64 * 1024, 256, 0) },
|
|
|
+ { "n25q128a13", INFO(0x20ba18, 0, 64 * 1024, 256, 0) },
|
|
|
{ "n25q256a", INFO(0x20ba19, 0, 64 * 1024, 512, SECT_4K) },
|
|
|
|
|
|
/* Spansion -- single (large) sector size only, at least
|