aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/hwmon
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2015-08-08 20:30:36 +0200
committerWolfram Sang <wsa@the-dreams.de>2015-08-10 08:37:38 +0200
commit6e24d205a8aa78227c6f2573ed725b4517b5b1b3 (patch)
tree65a4abaff0a53c3935a21d69d2b70624e1bf451b /Documentation/devicetree/bindings/hwmon
parenthwmon: ina2xx: move binding docs to proper place (diff)
downloadlinux-dev-6e24d205a8aa78227c6f2573ed725b4517b5b1b3.tar.xz
linux-dev-6e24d205a8aa78227c6f2573ed725b4517b5b1b3.zip
hwmon: ina209: move binding docs to proper place
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>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon')
-rw-r--r--Documentation/devicetree/bindings/hwmon/ina209.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ina209.txt b/Documentation/devicetree/bindings/hwmon/ina209.txt
new file mode 100644
index 000000000000..9dd2bee80840
--- /dev/null
+++ b/Documentation/devicetree/bindings/hwmon/ina209.txt
@@ -0,0 +1,18 @@
+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>;
+};