diff options
| author | Allen Martin <[email protected]> | 2013-03-16 18:58:08 +0000 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2013-03-25 09:56:06 -0700 |
| commit | 772ba15474f73adc942e817cc072b6e9750836cc (patch) | |
| tree | b3a8a41ca98877cfd6819a57f4d8cfe3ce49cf5a /drivers | |
| parent | 78f47b7353ebe1f243203dcc1ce0a2a374c08a40 (diff) | |
sf: winbond: add W25Q32DW
Add support for Winbond W25Q32DW 32Mbit part
Signed-off-by: Allen Martin <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/spi/winbond.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c index 44183021694..3560fcb6ba9 100644 --- a/drivers/mtd/spi/winbond.c +++ b/drivers/mtd/spi/winbond.c @@ -68,6 +68,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = { .name = "W25Q80", }, { + .id = 0x6016, + .nr_blocks = 512, + .name = "W25Q32DW", + }, + { .id = 0x6017, .nr_blocks = 128, .name = "W25Q64DW", |
