[mx25l] add Winbond w25x64 support.

PR:		https://github.com/freebsd/freebsd/pull/16
Submitted by:	https://github.com/epipenau
This commit is contained in:
Adrian Chadd 2016-05-26 01:19:13 +00:00
parent 72ebcd5db5
commit 40424a256a

View File

@ -124,6 +124,7 @@ struct mx25l_flash_ident flash_devices[] = {
/* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */
{ "w25x32", 0xef, 0x3016, 64 * 1024, 64, FL_ERASE_4K },
{ "w25x64", 0xef, 0x3017, 64 * 1024, 128, FL_ERASE_4K },
{ "w25q32", 0xef, 0x4016, 64 * 1024, 64, FL_ERASE_4K },
{ "w25q64", 0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K },
{ "w25q64bv", 0xef, 0x4017, 64 * 1024, 128, FL_ERASE_4K },