]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sf: sst: Add support for SST25WF080
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Mon, 29 Jul 2013 18:18:00 +0000 (23:48 +0530)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Tue, 6 Aug 2013 19:40:04 +0000 (01:10 +0530)
Add support for SST25WF080 SPI flash.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/spi/sst.c

index c9dec3c52fbbd230d43860a41a7fd5fa7b8f150b..256867c84481f1238de91a907b829369020efe43 100644 (file)
@@ -99,6 +99,12 @@ static const struct sst_spi_flash_params sst_spi_flash_table[] = {
                .nr_sectors = 128,
                .name = "SST25WF040",
        },
+       {
+               .idcode1 = 0x05,
+               .flags = SST_FEAT_WP,
+               .nr_sectors = 256,
+               .name = "SST25WF080",
+       },
 };
 
 static int