xref: /linux/Documentation/hwmon/max77705.rst (revision ab93e0dd72c37d378dd936f031ffb83ff2bd87ce)
1.. SPDX-License-Identifier: GPL-2.0
2
3Kernel driver max77705
4======================
5
6Supported chips:
7
8  * Maxim Integrated MAX77705
9
10    Prefix: 'max77705'
11
12    Addresses scanned: none
13
14    Datasheet: Not available
15
16Authors:
17      - Dzmitry Sankouski <dsankouski@gmail.com>
18
19Description
20-----------
21
22The MAX77705 PMIC provides current and voltage measurements besides fuelgauge:
23- chip input current
24- system bus current and voltage
25- VBYP voltage
26
27Sysfs Attributes
28----------------
29
30================= ========================================
31in1_label         "vbyp"
32in1_input         Measured chip vbyp voltage
33in2_label         "vsys"
34in2_input         Measured chip system bus voltage
35curr1_label       "iin"
36curr1_input       Measured chip input current.
37curr2_label       "isys"
38curr2_input       Measured chip system bus current.
39================= ========================================
40