mtd: spi-nor: spansion: Remove s70fl01gs from flash_info
authorTakahiro Kuwano <Takahiro.Kuwano@cypress.com>
Fri, 26 Jun 2020 05:16:50 +0000 (14:16 +0900)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Mon, 13 Jul 2020 08:00:40 +0000 (11:00 +0300)
commit8c8f97573eb3843ddd2d8cb95c80ce0243b17d7e
treecfe51af77ba46e6c6b013fc77bb5e0749689b063
parent5cec8bc3707be699e2ace103bb4daecfdd0d3386
mtd: spi-nor: spansion: Remove s70fl01gs from flash_info

The s70fl01gs is a dual die stack of two s25fl512s die with dedicated chip
select pins to each. Tested with the device and confirmed that is working
as two s25fl512s devices. The current device ID in the flash_info table
matches with s70fs01gs which does not work with current MTD (s70fs01gs
does not support RDSR(05h) which is critical for erase/write).

Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@cypress.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20200626051650.495-1-Takahiro.Kuwano@cypress.com
drivers/mtd/spi-nor/spansion.c