xref: /linux/Documentation/hwmon/max31722.rst (revision d30c1683aaecb93d2ab95685dc4300a33d3cea7a)
1Kernel driver max31722
2======================
3
4Supported chips:
5
6  * Maxim Integrated MAX31722
7
8    Prefix: 'max31722'
9
10    ACPI ID: MAX31722
11
12    Addresses scanned: -
13
14    Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max31722-max31723.pdf
15
16  * Maxim Integrated MAX31723
17
18    Prefix: 'max31723'
19
20    ACPI ID: MAX31723
21
22    Addresses scanned: -
23
24    Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max31722-max31723.pdf
25
26Author: Tiberiu Breana <tiberiu.a.breana@intel.com>
27
28Description
29-----------
30
31This driver adds support for the Maxim Integrated MAX31722/MAX31723 thermometers
32and thermostats running over an SPI interface.
33
34Usage Notes
35-----------
36
37This driver uses ACPI to auto-detect devices. See ACPI IDs in the above section.
38
39Sysfs entries
40-------------
41
42The following attribute is supported:
43
44======================= =======================================================
45temp1_input		Measured temperature. Read-only.
46======================= =======================================================
47