We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bc75e commit b239cbcCopy full SHA for b239cbc
drivers/mtd/spi-nor/spansion.c
@@ -972,6 +972,11 @@ static const struct flash_info spansion_nor_parts[] = {
972
.name = "s28hl01gt",
973
.mfr_flags = USE_CLPEF,
974
.fixups = &s28hx_t_fixups,
975
+ }, {
976
+ /* S28HL02GT */
977
+ .id = SNOR_ID(0x34, 0x5a, 0x1c),
978
+ .mfr_flags = USE_CLPEF,
979
+ .fixups = &s28hx_t_fixups,
980
}, {
981
.id = SNOR_ID(0x34, 0x5b, 0x19),
982
0 commit comments