mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	ath79: D-Link DAP-2xxx (QCA953x): move art partition to DTSI
The art partition containing the radio calibration data is in the same location for all supported devices. Move the definition to the base file so the reference from the wmac node can reference the same file. Cc: Sebastian Schaper <openwrt@sebastianschaper.net> Signed-off-by: Sander Vanheule <sander@svanheule.net>
This commit is contained in:
		
							parent
							
								
									7868f7ad0f
								
							
						
					
					
						commit
						b4e7b49a92
					
				@ -46,10 +46,4 @@
 | 
				
			|||||||
		reg = <0xf50000 0xa0000>;
 | 
							reg = <0xf50000 0xa0000>;
 | 
				
			||||||
		read-only;
 | 
							read-only;
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 | 
					 | 
				
			||||||
	art: partition@ff0000 {
 | 
					 | 
				
			||||||
		label = "art";
 | 
					 | 
				
			||||||
		reg = <0xff0000 0x10000>;
 | 
					 | 
				
			||||||
		read-only;
 | 
					 | 
				
			||||||
	};
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
@ -46,10 +46,4 @@
 | 
				
			|||||||
		reg = <0xf60000 0x90000>;
 | 
							reg = <0xf60000 0x90000>;
 | 
				
			||||||
		read-only;
 | 
							read-only;
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 | 
					 | 
				
			||||||
	art: partition@ff0000 {
 | 
					 | 
				
			||||||
		label = "art";
 | 
					 | 
				
			||||||
		reg = <0xff0000 0x10000>;
 | 
					 | 
				
			||||||
		read-only;
 | 
					 | 
				
			||||||
	};
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
@ -41,6 +41,12 @@
 | 
				
			|||||||
				reg = <0x60000 0x10000>;
 | 
									reg = <0x60000 0x10000>;
 | 
				
			||||||
				read-only;
 | 
									read-only;
 | 
				
			||||||
			};
 | 
								};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								art: partition@ff0000 {
 | 
				
			||||||
 | 
									label = "art";
 | 
				
			||||||
 | 
									reg = <0xff0000 0x10000>;
 | 
				
			||||||
 | 
									read-only;
 | 
				
			||||||
 | 
								};
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user