ramips: fix cd-poll sd card remove randomly
[openwrt/openwrt.git] / target / linux / generic / patches-4.4 / 475-mtd-spi-nor-add-macronix-mx25u25635f.patch
1 --- a/drivers/mtd/spi-nor/spi-nor.c
2 +++ b/drivers/mtd/spi-nor/spi-nor.c
3 @@ -725,6 +725,7 @@ static const struct flash_info spi_nor_i
4 { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
5 { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },
6 { "mx25l25635e", INFO(0xc22019, 0, 64 * 1024, 512, 0) },
7 + { "mx25u25635f", INFO(0xc22539, 0, 64 * 1024, 512, 0) },
8 { "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
9 { "mx66l51235l", INFO(0xc2201a, 0, 64 * 1024, 1024, SPI_NOR_QUAD_READ) },
10 { "mx66l1g55g", INFO(0xc2261b, 0, 64 * 1024, 2048, SPI_NOR_QUAD_READ) },