]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
mtd: spi-nor: Add support for s25fs128s1
authorYicong Yang <yangyicong@hisilicon.com>
Wed, 22 Apr 2020 09:13:29 +0000 (17:13 +0800)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Thu, 28 May 2020 07:46:16 +0000 (10:46 +0300)
commitc26d0d87f175b8283b8606d2122603232028cbf2
treeac785d20d1370d2e23917572f236b3dbd4150367
parent5587fa489747a8e6cbd0558890458c862b797485
mtd: spi-nor: Add support for s25fs128s1

Add support for Cypress s25fs128s1 flash. Previously the flash is
decoded as s25fl129p1 by mistake.

Add it in the flash info list to correctly decode. The flash also
needs a fixup for s25fs-s family. Further capability of the flash will
be parsed from bfpt.

The flash has been tested under SPI/DUAL/QUAD mode on hisi-sfc-v3xx
controller, all the write/read/erase works well.

Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
drivers/mtd/spi-nor/spansion.c