mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	Add support for the TI / Burr-Brown INA209 voltage / current / power monitor. Cc: Paul Hays <haysp@magma.net> Cc: Ira W. Snyder <iws@ovro.caltech.edu> Tested-by: Ira W. Snyder <iws@ovro.caltech.edu> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			267 B
		
	
	
	
		
			Text
		
	
	
	
	
	
ina209 properties
 | 
						|
 | 
						|
Required properties:
 | 
						|
- compatible: Must be "ti,ina209"
 | 
						|
- reg: I2C address
 | 
						|
 | 
						|
Optional properties:
 | 
						|
 | 
						|
- shunt-resistor
 | 
						|
	Shunt resistor value in micro-Ohm
 | 
						|
 | 
						|
Example:
 | 
						|
 | 
						|
temp-sensor@4c {
 | 
						|
	compatible = "ti,ina209";
 | 
						|
	reg = <0x4c>;
 | 
						|
	shunt-resistor = <5000>;
 | 
						|
};
 |