mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
6e24d205a8
The I2C dir is not for I2C client devices! Move it to the proper folder. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Acked-by: Guenter Roeck <linux@roeck-us.net>
19 lines
267 B
Plaintext
19 lines
267 B
Plaintext
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>;
|
|
};
|