Skip to content

Commit 78bc75e

Browse files
Kuwano-sanPratyush Yadav
authored andcommitted
mtd: spi-nor: spansion: Add support for S28HL256T
Infineon S28HL256T is 3.0V, 256Mb Flash device with Octal interface. It has the same functionalities with S28HS256T(1.8V). Link: https://www.infineon.com/dgdl/Infineon-S28HS256T_S28HL256T_256Mb_SEMPER_Flash_Octal_interface_1_8V_3-DataSheet-v02_00-EN.pdf?fileId=8ac78c8c8fc2dd9c018fc66787aa0657 Signed-off-by: Takahiro Kuwano <[email protected]> Reviewed-by: Tudor Ambarus <[email protected]> [[email protected]: add comment with flash name] Signed-off-by: Pratyush Yadav <[email protected]> Link: https://lore.kernel.org/r/f052b04693f1100e725e076fd8a0ae339f8002c4.1734588106.git.Takahiro.Kuwano@infineon.com
1 parent ef26284 commit 78bc75e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/mtd/spi-nor/spansion.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,11 @@ static const struct flash_info spansion_nor_parts[] = {
957957
.name = "s25hs02gt",
958958
.mfr_flags = USE_CLPEF,
959959
.fixups = &s25hx_t_fixups
960+
}, {
961+
/* S28HL256T */
962+
.id = SNOR_ID(0x34, 0x5a, 0x19),
963+
.mfr_flags = USE_CLPEF,
964+
.fixups = &s28hx_t_fixups,
960965
}, {
961966
.id = SNOR_ID(0x34, 0x5a, 0x1a),
962967
.name = "s28hl512t",

0 commit comments

Comments
 (0)