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 ef26284 commit 78bc75eCopy full SHA for 78bc75e
drivers/mtd/spi-nor/spansion.c
@@ -957,6 +957,11 @@ static const struct flash_info spansion_nor_parts[] = {
957
.name = "s25hs02gt",
958
.mfr_flags = USE_CLPEF,
959
.fixups = &s25hx_t_fixups
960
+ }, {
961
+ /* S28HL256T */
962
+ .id = SNOR_ID(0x34, 0x5a, 0x19),
963
+ .mfr_flags = USE_CLPEF,
964
+ .fixups = &s28hx_t_fixups,
965
}, {
966
.id = SNOR_ID(0x34, 0x5a, 0x1a),
967
.name = "s28hl512t",
0 commit comments