Merge tag 'mmc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[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                 "nxp,pct2075",
19                 "st,stds75",
20                 "st,stlm75",
21                 "microchip,tcn75",
22                 "ti,tmp100",
23                 "ti,tmp101",
24                 "ti,tmp105",
25                 "ti,tmp112",
26                 "ti,tmp175",
27                 "ti,tmp275",
28                 "ti,tmp75",
29                 "ti,tmp75b",
30                 "ti,tmp75c",
31
32 - reg: I2C bus address of the device
33
34 Example:
35
36 sensor@48 {
37         compatible = "st,stlm75";
38         reg = <0x48>;
39 };