UPSTREAM: sf: Add Winbond W25Q256 ID
Add ID for the Winbond W25Q256 flash. Change-Id: I16e11302d8006ef92d233bdfb17c0838b7e897c9 Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Jagan Teki <jagan@openedev.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit d8c16849a90866617c6656c5d25d860be840dec9)
This commit is contained in:
parent
0d64d9f7f5
commit
85a3f553ed
|
|
@ -179,6 +179,7 @@ const struct spi_flash_info spi_flash_ids[] = {
|
|||
{"w25q32dw", INFO(0xef6016, 0x0, 64 * 1024, 64, RD_FULL | WR_QPP | SECT_4K) },
|
||||
{"w25q64dw", INFO(0xef6017, 0x0, 64 * 1024, 128, RD_FULL | WR_QPP | SECT_4K) },
|
||||
{"w25q128fw", INFO(0xef6018, 0x0, 64 * 1024, 256, RD_FULL | WR_QPP | SECT_4K) },
|
||||
{"w25q256fw", INFO(0xef6019, 0x0, 64 * 1024, 512, RD_FULL | WR_QPP | SECT_4K) },
|
||||
#endif
|
||||
{}, /* Empty entry to terminate the list */
|
||||
/*
|
||||
|
|
@ -193,5 +194,6 @@ const struct spi_flash_info spi_flash_ids[] = {
|
|||
* (w25q32dw, w25q32fv_qpi)
|
||||
* (w25q64dw, w25q64fv_qpi)
|
||||
* (w25q128fw, w25q128fv_qpi)
|
||||
* (w25q256fw, w25q256fv_qpi)
|
||||
*/
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue