mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	Refreshed all patches. Compile-tested on: ar71xx, cns3xxx, imx6, x86_64 Runtime-tested on: ar71xx, 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);
 |