sf: winbond: Add support for the Winbond W25Q80BL
This chip is present on the Compulab TrimSlice. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
4036b6301e
commit
1edaf094dc
@ -67,6 +67,14 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
|
||||
.nr_blocks = 128,
|
||||
.name = "W25X64",
|
||||
},
|
||||
{
|
||||
.id = 0x4014,
|
||||
.l2_page_size = 8,
|
||||
.pages_per_sector = 16,
|
||||
.sectors_per_block = 16,
|
||||
.nr_blocks = 16,
|
||||
.name = "W25Q80BL",
|
||||
},
|
||||
{
|
||||
.id = 0x4015,
|
||||
.l2_page_size = 8,
|
||||
|
Loading…
Reference in New Issue
Block a user