blob: 2b877011cfdf0b511805bd8a4fe09c7b056cd15c [file] [log] [blame]
Alexandru Tachici9514a222020-08-12 17:20:50 +03001.. SPDX-License-Identifier: GPL-2.0
2
3Kernel driver adm1266
4=====================
5
6Supported chips:
7 * Analog Devices ADM1266
8 Prefix: 'adm1266'
9 Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/ADM1266.pdf
10
11Author: Alexandru Tachici <alexandru.tachici@analog.com>
12
13
14Description
15-----------
16
17This driver supports hardware monitoring for Analog Devices ADM1266 sequencer.
18
19ADM1266 is a sequencer that features voltage readback from 17 channels via an
20integrated 12 bit SAR ADC, accessed using a PMBus interface.
21
22The driver is a client driver to the core PMBus driver. Please see
Mauro Carvalho Chehab6cc6f5a2020-10-27 10:51:07 +010023Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
Alexandru Tachici9514a222020-08-12 17:20:50 +030024
25
26Sysfs entries
27-------------
28
29The following attributes are supported. Limits are read-write, history reset
30attributes are write-only, all other attributes are read-only.
31
32inX_label "voutx"
33inX_input Measured voltage.
34inX_min Minimum Voltage.
35inX_max Maximum voltage.
36inX_min_alarm Voltage low alarm.
37inX_max_alarm Voltage high alarm.