mtd: spi-nor: spansion: Add support for Infineon S25FS256T
authorTakahiro Kuwano <Takahiro.Kuwano@infineon.com>
Thu, 2 Mar 2023 07:35:07 +0000 (16:35 +0900)
committerTudor Ambarus <tudor.ambarus@linaro.org>
Fri, 17 Mar 2023 09:11:03 +0000 (11:11 +0200)
commit6afcc84080c415df81765c6d773edcba8fc30f6c
treede72b46a022ae56678b7d9ba02afecc63fa37d48
parentd628783c46d3c317deb0671ceb986be358fbaf69
mtd: spi-nor: spansion: Add support for Infineon S25FS256T

Infineon S25FS256T is 256Mbit Quad SPI NOR flash. The key features and
differences comparing to other Spansion/Cypress flash familes are:
  - 4-byte address mode by factory default
  - Quad mode is enabled by factory default
  - OP_READ_FAST_4B(0Ch) is not supported
  - Supports mixture of 128KB and 64KB sectors by OTP configuration
    (this patch supports uniform 128KB only due to complexity of
     non-uniform layout)

Tested on Xilinx Zynq-7000 FPGA board.

Link: https://www.infineon.com/dgdlac/Infineon-S25FS256T_256Mb_SEMPER_Nano_Flash_Quad_SPI_1.8V-DataSheet-v12_00-EN.pdf?fileId=8ac78c8c80027ecd0180740c5a46707a
Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
Link: https://lore.kernel.org/r/097ef04484966593ba1326d0a99462753d7d1073.1677557525.git.Takahiro.Kuwano@infineon.com
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
drivers/mtd/spi-nor/spansion.c