diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2015-08-08 20:30:36 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-08-10 08:37:38 +0200 |
commit | 6e24d205a8aa78227c6f2573ed725b4517b5b1b3 (patch) | |
tree | 65a4abaff0a53c3935a21d69d2b70624e1bf451b /Documentation/devicetree/bindings/i2c | |
parent | 8113627c3f777473262192dfb2c693f0e1f78ef5 (diff) | |
download | talos-obmc-linux-6e24d205a8aa78227c6f2573ed725b4517b5b1b3.tar.gz talos-obmc-linux-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/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/ina209.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/devicetree/bindings/i2c/ina209.txt b/Documentation/devicetree/bindings/i2c/ina209.txt deleted file mode 100644 index 9dd2bee80840..000000000000 --- a/Documentation/devicetree/bindings/i2c/ina209.txt +++ /dev/null @@ -1,18 +0,0 @@ -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>; -}; |