]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/hwmon/powr1220
docs: hwmon: convert remaining files to ReST format
[mirror_ubuntu-jammy-kernel.git] / Documentation / hwmon / powr1220
CommitLineData
f4ff4155 1Kernel driver powr1220
b04f2f7d 2======================
f4ff4155
SK
3
4Supported chips:
b04f2f7d 5
f4ff4155 6 * Lattice POWR1220AT8
b04f2f7d 7
f4ff4155 8 Prefix: 'powr1220'
b04f2f7d 9
f4ff4155 10 Addresses scanned: none
b04f2f7d 11
f4ff4155 12 Datasheet: Publicly available at the Lattice website
b04f2f7d
MCC
13
14 http://www.latticesemi.com/
f4ff4155
SK
15
16Author: Scott Kanowitz <scott.kanowitz@gmail.com>
17
18Description
19-----------
20
21This driver supports the Lattice POWR1220AT8 chip. The POWR1220
22includes voltage monitoring for 14 inputs as well as trim settings
23for output voltages and GPIOs. This driver implements the voltage
24monitoring portion of the chip.
25
26Voltages are sampled by a 12-bit ADC with a step size of 2 mV.
27An in-line attenuator allows measurements from 0 to 6 V. The
28attenuator is enabled or disabled depending on the setting of the
29input's max value. The driver will enable the attenuator for any
30value over the low measurement range maximum of 2 V.
31
32The input naming convention is as follows:
33
b04f2f7d 34============== ========
f4ff4155 35driver name pin name
b04f2f7d 36============== ========
f4ff4155
SK
37in0 VMON1
38in1 VMON2
39in2 VMON3
40in2 VMON4
41in4 VMON5
42in5 VMON6
43in6 VMON7
44in7 VMON8
45in8 VMON9
46in9 VMON10
47in10 VMON11
48in11 VMON12
49in12 VCCA
50in13 VCCINP
b04f2f7d 51============== ========
f4ff4155
SK
52
53The ADC readings are updated on request with a minimum period of 1s.