mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	This patch bumps the 4.4 kernel from .28 to .30 and refreshes the patches. Compile-tested on ar71xx, x86/64, ramips/mt7621, brcm47xx and kirkwood. Run-tested on ar71xx & ramips/mt7621, brcm47xx and kirkwood (last two confirmed by P. Wassi). Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
		
			
				
	
	
		
			11 lines
		
	
	
		
			569 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			569 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/mtd/spi-nor/spi-nor.c
 | |
| +++ b/drivers/mtd/spi-nor/spi-nor.c
 | |
| @@ -721,6 +721,7 @@ static const struct flash_info spi_nor_i
 | |
|  	{ "mx25l3205d",  INFO(0xc22016, 0, 64 * 1024,  64, SECT_4K) },
 | |
|  	{ "mx25l3255e",  INFO(0xc29e16, 0, 64 * 1024,  64, SECT_4K) },
 | |
|  	{ "mx25l6405d",  INFO(0xc22017, 0, 64 * 1024, 128, SECT_4K) },
 | |
| +	{ "mx25u3235f",	 INFO(0xc22536, 0, 64 * 1024, 64, 0) },
 | |
|  	{ "mx25u6435f",  INFO(0xc22537, 0, 64 * 1024, 128, SECT_4K) },
 | |
|  	{ "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
 | |
|  	{ "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },
 |