Existing Waipio MTP, CDP, and QRD boards utilize two PM8008 PMICs to power camera supplies. New boards will instead use two PM8010 PMICs. Add device tree files for the new boards and update existing ones so that the correct device tree overlay can be chosen at runtime for boards with PM8008 or PM8010. Change-Id: I7a5383b34d571198b71530058fbcb937c74e277a
		
			
				
	
	
		
			12 lines
		
	
	
		
			257 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			257 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/dts-v1/;
 | 
						|
 | 
						|
#include "waipio.dtsi"
 | 
						|
#include "waipio-qrd.dtsi"
 | 
						|
#include "waipio-pm8010-spmi.dtsi"
 | 
						|
 | 
						|
/ {
 | 
						|
	model = "Qualcomm Technologies, Inc. Waipio QRD with PM8010";
 | 
						|
	compatible = "qcom,waipio-qrd", "qcom,waipio", "qcom,qrd";
 | 
						|
	qcom,board-id = <0x1000b 0>;
 | 
						|
};
 |