sf: winbond: Add support for W25Q80BW

Add support for Winbond W25Q80BW SPI flash.

This patch corrected the flash name, nr_blocks and
also commit message header from below patch.
"sf: winbond: add W25Q32"
(sha1: c969abc470)

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
Jagannadha Sutradharudu Teki 2013-05-27 12:50:50 +05:30
parent 59120ca365
commit fc2d721992
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
},
{
.id = 0x5014,
.nr_blocks = 128,
.name = "W25Q80",
.nr_blocks = 16,
.name = "W25Q80BW",
},
{
.id = 0x6016,