Update the board-id property to include major and minor ids as well for the bootloader to pick the correct version of devicetree. Change-Id: I9403d2b2fb88e55db4e68ceea9d884d507167cc7
		
			
				
	
	
		
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/dts-v1/;
 | 
						|
 | 
						|
#include "lahaina.dtsi"
 | 
						|
#include "lahaina-cdp.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "Qualcomm Technologies, Inc. Lahaina CDP";
 | 
						|
	compatible = "qcom,lahaina-cdp", "qcom,lahaina", "qcom,cdp";
 | 
						|
	qcom,board-id = <0x10001 0>;
 | 
						|
};
 |