[U-Boot] [PATCH v2 07/13] sf: winbond: add W25Q32DW
Allen Martin
amartin at nvidia.com
Sun Mar 17 05:58:08 CET 2013
Add support for Winbond W25Q32DW 32Mbit part
Signed-off-by: Allen Martin <amartin at nvidia.com>
---
drivers/mtd/spi/winbond.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
index 4418302..3560fcb 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",
--
1.7.10.4
More information about the U-Boot
mailing list