mtd: spi-nor-ids: Add Spansion s25fs512s flash entry
authorKuldeep Singh <kuldeep.singh@nxp.com>
Fri, 3 Apr 2020 06:57:42 +0000 (12:27 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 30 Apr 2020 17:04:20 +0000 (22:34 +0530)
commit685465fbba4f502190f9d1ccd28443f5e0e4ec20
tree2ac990d04630478beaf4b89503f185b7d2101456
parent0a08a614b05e8dd199ba15179e2cb8b55a3f8e32
mtd: spi-nor-ids: Add Spansion s25fs512s flash entry

Spansion "s25fs512s" flash is incorrectly decoded as "s25fl512s" on
various platforms as former is not present. Add the entry.

Linux already has both the flashes present. A snippet below:
{ "s25fl512s",  INFO6(0x010220, 0x4d0080, 256 * 1024, 256...},
{ "s25fs512s",  INFO6(0x010220, 0x4d0081, 256 * 1024, 256...},

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/mtd/spi/spi-nor-ids.c