mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	Refresh uboot-lantiq patches. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40546
		
			
				
	
	
		
			18 lines
		
	
	
		
			789 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			789 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From d5aa0d4117a439803a3d074d2745372036d2a1eb Mon Sep 17 00:00:00 2001
 | |
| From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
 | |
| Date: Sun, 13 Oct 2013 15:35:34 +0200
 | |
| Subject: sf: add support for EN25QH256
 | |
| 
 | |
| Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
 | |
| 
 | |
| --- a/drivers/mtd/spi/sf_probe.c
 | |
| +++ b/drivers/mtd/spi/sf_probe.c
 | |
| @@ -53,6 +53,7 @@ static const struct spi_flash_params spi
 | |
|  	{"EN25Q64",	   0x1c3017, 0x0,	64 * 1024,   128,	       SECT_4K},
 | |
|  	{"EN25Q128B",	   0x1c3018, 0x0,       64 * 1024,   256,	             0},
 | |
|  	{"EN25S64",	   0x1c3817, 0x0,	64 * 1024,   128,		     0},
 | |
| +	{"EN25QH256",	   0x1c7019, 0x0,	64 * 1024,   512,		     0},
 | |
|  #endif
 | |
|  #ifdef CONFIG_SPI_FLASH_GIGADEVICE	/* GIGADEVICE */
 | |
|  	{"GD25Q64B",	   0xc84017, 0x0,	64 * 1024,   128,	       SECT_4K},
 |