Skip to content

Commit 1dc6cd4

Browse files
Kuwano-sanPratyush Yadav
authored andcommitted
mtd: spi-nor: spansion: Add support for S28HS256T
Infineon S28HS256T is 256Mb Octal SPI device which has same functionalities with 512Mb and 1Gb parts. 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: Michael Walle <[email protected]> Signed-off-by: Pratyush Yadav <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a84d452 commit 1dc6cd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/mtd/spi-nor/spansion.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,10 @@ static const struct flash_info spansion_nor_parts[] = {
966966
.name = "s28hl01gt",
967967
.mfr_flags = USE_CLPEF,
968968
.fixups = &s28hx_t_fixups,
969+
}, {
970+
.id = SNOR_ID(0x34, 0x5b, 0x19),
971+
.mfr_flags = USE_CLPEF,
972+
.fixups = &s28hx_t_fixups,
969973
}, {
970974
.id = SNOR_ID(0x34, 0x5b, 0x1a),
971975
.name = "s28hs512t",

0 commit comments

Comments
 (0)