mirror of https://github.com/torvalds/linux.git
40 lines
896 B
ReStructuredText
40 lines
896 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
Kernel driver max77705
|
|
======================
|
|
|
|
Supported chips:
|
|
|
|
* Maxim Integrated MAX77705
|
|
|
|
Prefix: 'max77705'
|
|
|
|
Addresses scanned: none
|
|
|
|
Datasheet: Not available
|
|
|
|
Authors:
|
|
- Dzmitry Sankouski <dsankouski@gmail.com>
|
|
|
|
Description
|
|
-----------
|
|
|
|
The MAX77705 PMIC provides current and voltage measurements besides fuelgauge:
|
|
- chip input current
|
|
- system bus current and voltage
|
|
- VBYP voltage
|
|
|
|
Sysfs Attributes
|
|
----------------
|
|
|
|
================= ========================================
|
|
in1_label "vbyp"
|
|
in1_input Measured chip vbyp voltage
|
|
in2_label "vsys"
|
|
in2_input Measured chip system bus voltage
|
|
curr1_label "iin"
|
|
curr1_input Measured chip input current.
|
|
curr2_label "isys"
|
|
curr2_input Measured chip system bus current.
|
|
================= ========================================
|