Skip to content

Commit b239cbc

Browse files
Kuwano-sanPratyush Yadav
authored andcommitted
mtd: spi-nor: spansion: Add support for S28HL02GT
Infineon S28HL02GT is 3.0V, 2Gb Flash device with Octal interface. It has the same functionalities with S28HS02GT. Link: https://www.infineon.com/dgdl/Infineon-S28HS02GT_S28HS04GT_S28HL02GT_S28HL04GT_2Gb_4Gb_SEMPER_Flash_Octal_interface_1.8V_3.0V-DataSheet-v01_00-EN.pdf?fileId=8ac78c8c7e7124d1017f0631e33714d9 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/dc6aa706253a5200ff0c0d4523c2540312575c01.1734588106.git.Takahiro.Kuwano@infineon.com
1 parent 78bc75e commit b239cbc

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
@@ -972,6 +972,11 @@ static const struct flash_info spansion_nor_parts[] = {
972972
.name = "s28hl01gt",
973973
.mfr_flags = USE_CLPEF,
974974
.fixups = &s28hx_t_fixups,
975+
}, {
976+
/* S28HL02GT */
977+
.id = SNOR_ID(0x34, 0x5a, 0x1c),
978+
.mfr_flags = USE_CLPEF,
979+
.fixups = &s28hx_t_fixups,
975980
}, {
976981
.id = SNOR_ID(0x34, 0x5b, 0x19),
977982
.mfr_flags = USE_CLPEF,

0 commit comments

Comments
 (0)