 f9c79947b5
			
		
	
	f9c79947b5
	
	
	
		
			
			Refreshed all patches. Compile-tested on: cns3xxx, imx6, x86_64 Runtime-tested on: cns3xxx, imx6, x86_64 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			590 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			590 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From: Felix Fietkau <nbd@nbd.name>
 | |
| Subject: Disable software protection bits for Macronix flashes.
 | |
| 
 | |
| Signed-off-by: Felix Fietkau <nbd@nbd.name>
 | |
| ---
 | |
|  drivers/mtd/spi-nor/spi-nor.c | 1 +
 | |
|  1 file changed, 1 insertion(+)
 | |
| 
 | |
| --- a/drivers/mtd/spi-nor/spi-nor.c
 | |
| +++ b/drivers/mtd/spi-nor/spi-nor.c
 | |
| @@ -2714,6 +2714,7 @@ int spi_nor_scan(struct spi_nor *nor, co
 | |
|  
 | |
|  	if (JEDEC_MFR(info) == SNOR_MFR_ATMEL ||
 | |
|  	    JEDEC_MFR(info) == SNOR_MFR_INTEL ||
 | |
| +	    JEDEC_MFR(info) == SNOR_MFR_MACRONIX ||
 | |
|  	    JEDEC_MFR(info) == SNOR_MFR_SST ||
 | |
|  	    info->flags & SPI_NOR_HAS_LOCK) {
 | |
|  		write_enable(nor);
 |