diff options
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/ina209.txt | 18 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/ina2xx.txt | 1 |
2 files changed, 1 insertions, 18 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ina209.txt b/Documentation/devicetree/bindings/hwmon/ina209.txt deleted file mode 100644 index 9dd2bee80840..000000000000 --- a/Documentation/devicetree/bindings/hwmon/ina209.txt +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | ina209 properties | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: Must be "ti,ina209" | ||
5 | - reg: I2C address | ||
6 | |||
7 | Optional properties: | ||
8 | |||
9 | - shunt-resistor | ||
10 | Shunt resistor value in micro-Ohm | ||
11 | |||
12 | Example: | ||
13 | |||
14 | temp-sensor@4c { | ||
15 | compatible = "ti,ina209"; | ||
16 | reg = <0x4c>; | ||
17 | shunt-resistor = <5000>; | ||
18 | }; | ||
diff --git a/Documentation/devicetree/bindings/hwmon/ina2xx.txt b/Documentation/devicetree/bindings/hwmon/ina2xx.txt index a2ad85d7e747..9bcd5e87830d 100644 --- a/Documentation/devicetree/bindings/hwmon/ina2xx.txt +++ b/Documentation/devicetree/bindings/hwmon/ina2xx.txt | |||
@@ -2,6 +2,7 @@ ina2xx properties | |||
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: Must be one of the following: | 4 | - compatible: Must be one of the following: |
5 | - "ti,ina209" for ina209 | ||
5 | - "ti,ina219" for ina219 | 6 | - "ti,ina219" for ina219 |
6 | - "ti,ina220" for ina220 | 7 | - "ti,ina220" for ina220 |
7 | - "ti,ina226" for ina226 | 8 | - "ti,ina226" for ina226 |