mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	ath79: TP-Link EAP225 v3: use pre-calibration nvmem-cell
ath10k Wave-2 hardware requires an nvmem-cell called "pre-calibration"
to load the device specific caldata, not "calibration". Rename the nvmem
cell node and label to match the updated cell name.
Fixes: eca0d73011 ("ath79: TP-Link EAP225 v3: convert ath10k to nvmem-cells")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
			
			
This commit is contained in:
		
							parent
							
								
									9a329668af
								
							
						
					
					
						commit
						7154a1dc7b
					
				@ -30,7 +30,7 @@
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
&art {
 | 
			
		||||
	calibration_ath10k: calibration@5000 {
 | 
			
		||||
	precalibration_ath10k: pre-calibration@5000 {
 | 
			
		||||
		reg = <0x5000 0x2f20>;
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
@ -54,7 +54,7 @@
 | 
			
		||||
 | 
			
		||||
		mac-address-increment = <1>;
 | 
			
		||||
 | 
			
		||||
		nvmem-cells = <&macaddr_info_8>, <&calibration_ath10k>;
 | 
			
		||||
		nvmem-cell-names = "mac-address", "calibration";
 | 
			
		||||
		nvmem-cells = <&macaddr_info_8>, <&precalibration_ath10k>;
 | 
			
		||||
		nvmem-cell-names = "mac-address", "pre-calibration";
 | 
			
		||||
	};
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user