spi: Add W25Q32DW
Similar to the W25Q64DW, the W25Q32DW has basically the same attributes as the earlier W25Q32 parts but with a different value in the MSB of the ID. BUG=none BRANCH=none TEST=tested on nyan, now SPI flash commands actually work. Signed-off-by: David Hendricks <dhendrix@chromium.org> Change-Id: I697768a443c98515d893f9cf8f8b4258ae0f159d Reviewed-on: https://chromium-review.googlesource.com/191205 Tested-by: David Hendricks <dhendrix@chromium.org> Reviewed-by: Gabe Black <gabeblack@chromium.org> Commit-Queue: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
5f13789be7
commit
35f03f4f4f
1 changed files with 8 additions and 0 deletions
|
|
@ -85,6 +85,14 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
|
|||
.nr_blocks = 64,
|
||||
.name = "W25Q32",
|
||||
},
|
||||
{
|
||||
.id = 0x6016,
|
||||
.l2_page_size = 8,
|
||||
.pages_per_sector = 16,
|
||||
.sectors_per_block = 16,
|
||||
.nr_blocks = 64,
|
||||
.name = "W25Q32DW",
|
||||
},
|
||||
{
|
||||
.id = 0x4017,
|
||||
.l2_page_size = 8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue