Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / hwmon / tmp108.txt
blob8c4b10df86d9fe18918338e7f310a97602c73bea
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 Example:
11         tmp108@48 {
12                 compatible = "ti,tmp108";
13                 reg = <0x48>;
14         };