From: Mike Frysinger Date: Fri, 19 Jun 2009 07:27:28 +0000 (-0400) Subject: sf: sst: add sst25vf###b ids X-Git-Tag: v2009.08-rc1~121^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dd54126715b89ed0c43322aa78b0dad306f043b6;p=u-boot sf: sst: add sst25vf###b ids Signed-off-by: Mike Frysinger --- diff --git a/drivers/mtd/spi/sst.c b/drivers/mtd/spi/sst.c index cf7bce8a8a..50e929918a 100644 --- a/drivers/mtd/spi/sst.c +++ b/drivers/mtd/spi/sst.c @@ -55,6 +55,22 @@ static inline struct sst_spi_flash *to_sst_spi_flash(struct spi_flash *flash) #define SST_SECTOR_SIZE (4 * 1024) static const struct sst_spi_flash_params sst_spi_flash_table[] = { { + .idcode1 = 0x8d, + .nr_sectors = 128, + .name = "SST25VF040B", + },{ + .idcode1 = 0x8e, + .nr_sectors = 256, + .name = "SST25VF080B", + },{ + .idcode1 = 0x41, + .nr_sectors = 512, + .name = "SST25VF016B", + },{ + .idcode1 = 0x4a, + .nr_sectors = 1024, + .name = "SST25VF032B", + },{ .idcode1 = 0x01, .nr_sectors = 16, .name = "SST25WF512",