mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	This PMIC is connected on SPMI bus so needs SPMI support enabled. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			19 lines
		
	
	
		
			409 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			409 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Qualcomm pm8916 PMIC
 | |
| 
 | |
| This PMIC is connected using SPMI bus so should be child of SPMI bus controller.
 | |
| 
 | |
| Required properties:
 | |
| - compatible: "qcom,spmi-pmic";
 | |
| - reg: SPMI Slave ID, size (ignored)
 | |
| - #address-cells: 0x1 (peripheral ID)
 | |
| - #size-cells: 0x1 (size of peripheral register space)
 | |
| 
 | |
| Example:
 | |
| 
 | |
| pm8916@0 {
 | |
| 	compatible = "qcom,spmi-pmic";
 | |
| 	reg = <0x0 0x1>;
 | |
| 	#address-cells = <0x1>;
 | |
| 	#size-cells = <0x1>;
 | |
| };
 |