ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / hwmon / stts751.txt
blob3ee1dc30e72f86b55e0804f869c8d893be0e9e53
1 * STTS751 thermometer.
3 Required node properties:
4 - compatible: "stts751"
5 - reg: I2C bus address of the device
7 Optional properties:
8 - smbus-timeout-disable: when set, the smbus timeout function will be disabled
10 Example stts751 node:
12 temp-sensor {
13         compatible = "stts751";
14         reg = <0x48>;