Add missing SoC specific compatibles and/or inherit the family compatibles like "ubnt,xm". Signed-off-by: Mathias Kresin <dev@kresin.me>
		
			
				
	
	
		
			22 lines
		
	
	
		
			308 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			308 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 | 
						|
/dts-v1/;
 | 
						|
 | 
						|
#include "ar7241_ubnt_xm_outdoor.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	compatible = "ubnt,rocket-m", "ubnt,xm", "qca,ar7241";
 | 
						|
	model = "Ubiquiti Rocket M";
 | 
						|
};
 | 
						|
 | 
						|
ð1 {
 | 
						|
	compatible = "syscon", "simple-mfd";
 | 
						|
};
 | 
						|
 | 
						|
&usb_phy {
 | 
						|
	status = "okay";
 | 
						|
};
 | 
						|
 | 
						|
&usb {
 | 
						|
	status = "okay";
 | 
						|
};
 |