Message ID | 1486021444-9429-2-git-send-email-andrea.merello@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On 02/01/2017 11:44 PM, Andrea Merello wrote: > Signed-off-by: Andrea Merello <andrea.merello@gmail.com> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Mark Rutland <mark.rutland@arm.com> > --- Applied to hwmon-next. Guenter > 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 0000000..3ee1dc3 > --- /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>; > +} > -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/hwmon/stts751.txt b/Documentation/devicetree/bindings/hwmon/stts751.txt new file mode 100644 index 0000000..3ee1dc3 --- /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>; +}
Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> --- Documentation/devicetree/bindings/hwmon/stts751.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/hwmon/stts751.txt