From: James Kosin Date: Wed, 13 Apr 2011 19:12:18 +0000 (-0400) Subject: sf: sst: add support for SST25VF064C X-Git-Tag: v2011.06-rc1~152^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c091f59a03af9f2e821cb054fd555a2748dd091;p=pandora-u-boot.git sf: sst: add support for SST25VF064C Signed-off-by: James Kosin Signed-off-by: Mike Frysinger --- diff --git a/drivers/mtd/spi/sst.c b/drivers/mtd/spi/sst.c index 0733debc60f..4dc2db2ba7b 100644 --- a/drivers/mtd/spi/sst.c +++ b/drivers/mtd/spi/sst.c @@ -70,6 +70,10 @@ static const struct sst_spi_flash_params sst_spi_flash_table[] = { .idcode1 = 0x4a, .nr_sectors = 1024, .name = "SST25VF032B", + },{ + .idcode1 = 0x4b, + .nr_sectors = 2048, + .name = "SST25VF064C", },{ .idcode1 = 0x01, .nr_sectors = 16,