From 646933284e46bcb1476907a2e1fe5125f30e3415 Mon Sep 17 00:00:00 2001 From: "andrea.merello" Date: Thu, 2 Feb 2017 08:44:04 +0100 Subject: DT: add binding documentation for STTS751 Signed-off-by: Andrea Merello Signed-off-by: Guenter Roeck --- Documentation/devicetree/bindings/hwmon/stts751.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/stts751.txt 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>; +} -- cgit v1.2.3-59-g8ed1b