Merge tag 'edac_for_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
[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,tmp75c",
29
30 - reg: I2C bus address of the device
31
32 Example:
33
34 sensor@48 {
35         compatible = "st,stlm75";
36         reg = <0x48>;
37 };