aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/hwmon
diff options
context:
space:
mode:
authorandrea.merello <andrea.merello@gmail.com>2017-02-02 08:44:04 +0100
committerGuenter Roeck <linux@roeck-us.net>2017-02-03 05:33:19 -0800
commit646933284e46bcb1476907a2e1fe5125f30e3415 (patch)
tree7479e4c8f6c2d2747ba98f89cd7fe39818572fe4 /Documentation/devicetree/bindings/hwmon
parenthwmon: new driver for ST stts751 thermal sensor (diff)
downloadlinux-dev-646933284e46bcb1476907a2e1fe5125f30e3415.tar.xz
linux-dev-646933284e46bcb1476907a2e1fe5125f30e3415.zip
DT: add binding documentation for STTS751
Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon')
-rw-r--r--Documentation/devicetree/bindings/hwmon/stts751.txt15
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>;
+}