commit | e8a14f56a3a9505cd25dfd2a5841d5cedeab5a85 | [log] [tgz] |
---|---|---|
author | Kuldeep Singh <kuldeep.singh@nxp.com> | Fri Apr 03 12:27:42 2020 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Apr 30 22:34:20 2020 +0530 |
tree | 2ac990d04630478beaf4b89503f185b7d2101456 | |
parent | ad269575cee1a372a1a59b291d18c7e11a973db6 [diff] |
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>