ath79: dts: fix ja76pf2 spi frequency
The frequency was filled acording the information from datasheet for particular chip (Winbond 25Q128BVFG). Unfortunately this led to coruption and introduced bad blocks on the chip. Reducing the frequency to commonly used in ath79, made the board more stable and no new bad blocks were spoted. Fixes:b3a0c97("ath79: add support for jjPlus JA76PF2") Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl> (cherry picked from commitc1db564cbc)
This commit is contained in:
		 Tomasz Maciej Nowak
					Tomasz Maciej Nowak
				
			
				
					committed by
					
						 Christian Lamparter
						Christian Lamparter
					
				
			
			
				
	
			
			
			 Christian Lamparter
						Christian Lamparter
					
				
			
						parent
						
							5a0a969e41
						
					
				
				
					commit
					b5a70a3fcd
				
			| @@ -111,7 +111,7 @@ | |||||||
| 	flash@0 { | 	flash@0 { | ||||||
| 		compatible = "jedec,spi-nor"; | 		compatible = "jedec,spi-nor"; | ||||||
| 		reg = <0>; | 		reg = <0>; | ||||||
| 		spi-max-frequency = <104000000>; | 		spi-max-frequency = <25000000>; | ||||||
|  |  | ||||||
| 		partitions { | 		partitions { | ||||||
| 			#address-cells = <1>; | 			#address-cells = <1>; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user