Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-fixes
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / hwmon / lm75.txt
1 *LM75 hwmon sensor.
2
3 Required properties:
4 - compatible: manufacturer and chip name, one of
5                 "adi,adt75",
6                 "dallas,ds1775",
7                 "dallas,ds75",
8                 "dallas,ds7505",
9                 "gmt,g751",
10                 "national,lm75",
11                 "national,lm75a",
12                 "national,lm75b",
13                 "maxim,max6625",
14                 "maxim,max6626",
15                 "maxim,max31725",
16                 "maxim,max31726",
17                 "maxim,mcp980x",
18                 "st,stds75",
19                 "st,stlm75",
20                 "microchip,tcn75",
21                 "ti,tmp100",
22                 "ti,tmp101",
23                 "ti,tmp105",
24                 "ti,tmp112",
25                 "ti,tmp175",
26                 "ti,tmp275",
27                 "ti,tmp75",
28                 "ti,tmp75b",
29                 "ti,tmp75c",
30
31 - reg: I2C bus address of the device
32
33 Example:
34
35 sensor@48 {
36         compatible = "st,stlm75";
37         reg = <0x48>;
38 };