projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d5e7c7
)
sf: winbond: add W25Q32
author
Rajeshwari Shinde
<rajeshwari.s@samsung.com>
Thu, 2 Aug 2012 07:25:05 +0000
(12:55 +0530)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 10 Aug 2012 00:41:54 +0000
(20:41 -0400)
SMDK EVT1 has a different Winbond part, added its part details
to the SPI flash table.
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/mtd/spi/winbond.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/winbond.c
b/drivers/mtd/spi/winbond.c
index 427b71fcdcd4f78fdd79e05263cf3767d5117cfb..6d9b3affb0ddb4ab426bc68904455fa68df772b0 100644
(file)
--- a/
drivers/mtd/spi/winbond.c
+++ b/
drivers/mtd/spi/winbond.c
@@
-62,6
+62,11
@@
static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
.nr_blocks = 256,
.name = "W25Q128",
},
+ {
+ .id = 0x5014,
+ .nr_blocks = 128,
+ .name = "W25Q80",
+ },
};
struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)