ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / hwmon / tmp108.txt
blob54d4beed4ee5742d512c1a34240839081b425b81
1 TMP108 temperature sensor
2 -------------------------
4 This device supports I2C only.
6 Requires node properties:
7 - compatible : "ti,tmp108"
8 - reg : the I2C address of the device. This is 0x48, 0x49, 0x4a, or 0x4b.
10 Optional properties:
11 - interrupts: Reference to the TMP108 alert interrupt.
12 - #thermal-sensor-cells: should be set to 0.
14 Example:
15         tmp108@48 {
16                 compatible = "ti,tmp108";
17                 reg = <0x48>;
18         };