From: Jagannadha Sutradharudu Teki Date: Wed, 28 Aug 2013 09:16:49 +0000 (+0530) Subject: sf: probe: Add support for MX25L25635F X-Git-Tag: v2013.10~38^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06655386327589408adcc8bf8f3d2e93bddfb093;p=kernel%2Fu-boot.git sf: probe: Add support for MX25L25635F Add support for Macronix MX25L25635F SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/drivers/mtd/spi/spi_flash_probe.c b/drivers/mtd/spi/spi_flash_probe.c index 8abb27d..aa7ea1a 100644 --- a/drivers/mtd/spi/spi_flash_probe.c +++ b/drivers/mtd/spi/spi_flash_probe.c @@ -63,6 +63,7 @@ static const struct spi_flash_params spi_flash_params_table[] = { {"MX25L3205D", 0xc22016, 0x0, 64 * 1024, 64, 0}, {"MX25L6405D", 0xc22017, 0x0, 64 * 1024, 128, 0}, {"MX25L12805", 0xc22018, 0x0, 64 * 1024, 256, 0}, + {"MX25L25635F", 0xc22019, 0x0, 64 * 1024, 512, 0}, {"MX25L12855E", 0xc22618, 0x0, 64 * 1024, 256, 0}, #endif #ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */