]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mtd: spi-nor: spansion: Add support for S28HS256T
authorTakahiro Kuwano <Takahiro.Kuwano@infineon.com>
Fri, 30 Aug 2024 08:04:28 +0000 (17:04 +0900)
committerPratyush Yadav <pratyush@kernel.org>
Sat, 14 Sep 2024 15:56:31 +0000 (17:56 +0200)
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 <Takahiro.Kuwano@infineon.com>
Reviewed-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Pratyush Yadav <pratyush@kernel.org>
Link: https://lore.kernel.org/r/20240830080428.6994-1-Takahiro.Kuwano@infineon.com
drivers/mtd/spi-nor/spansion.c

index 6cc237c24e0728075be79f80a20e6d183aa94ec4..d6c92595f6bc9bdce18b77ac3758a0b3ce426d61 100644 (file)
@@ -966,6 +966,10 @@ static const struct flash_info spansion_nor_parts[] = {
                .name = "s28hl01gt",
                .mfr_flags = USE_CLPEF,
                .fixups = &s28hx_t_fixups,
+       }, {
+               .id = SNOR_ID(0x34, 0x5b, 0x19),
+               .mfr_flags = USE_CLPEF,
+               .fixups = &s28hx_t_fixups,
        }, {
                .id = SNOR_ID(0x34, 0x5b, 0x1a),
                .name = "s28hs512t",