@@ -9,7 +9,7 @@
#include "sfdp.h"
-#define SPI_NOR_MAX_ID_LEN 6
+#define SPI_NOR_MAX_ID_LEN 9
/*
* 256 bytes is a sane default for most older flashes. Newer flashes will
* have the page size defined within their SFDP tables.
@@ -987,6 +987,12 @@ static const struct flash_info spansion_nor_parts[] = {
.name = "s28hs02gt",
.mfr_flags = USE_CLPEF,
.fixups = &s28hx_t_fixups,
+ }, {
+ .id = SNOR_ID(0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0xc2, 0x25, 0xc8),
+ .name = "cy15b102q",
+ .size = SZ_256K,
+ .sector_size = SZ_256K,
+ .flags = SPI_NOR_NO_ERASE,
}, {
.id = SNOR_ID(0xef, 0x40, 0x13),
.name = "s25fl004k",