diff options
author | andrea.merello <andrea.merello@gmail.com> | 2017-02-02 08:44:04 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-02-03 05:33:19 -0800 |
commit | 646933284e46bcb1476907a2e1fe5125f30e3415 (patch) | |
tree | 7479e4c8f6c2d2747ba98f89cd7fe39818572fe4 | |
parent | 7f07ec0fa17ae6b4acf031d4c20a7da4f3fbc407 (diff) |
DT: add binding documentation for STTS751
Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/stts751.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/stts751.txt b/Documentation/devicetree/bindings/hwmon/stts751.txt new file mode 100644 index 000000000000..3ee1dc30e72f --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/stts751.txt @@ -0,0 +1,15 @@ +* STTS751 thermometer. + +Required node properties: +- compatible: "stts751" +- reg: I2C bus address of the device + +Optional properties: +- smbus-timeout-disable: when set, the smbus timeout function will be disabled + +Example stts751 node: + +temp-sensor { + compatible = "stts751"; + reg = <0x48>; +} |