mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
In 2021, Maxim Integrated was acquired by Analog Devices. maxim-ic.com & maximintegrated.com links redirect to analog.com. Missing datasheets now available at Analog Devices added. Signed-off-by: Ankan Biswas <spyjetfayed@gmail.com> Link: https://lore.kernel.org/r/20251017161422.4404-1-spyjetfayed@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
42 lines
969 B
ReStructuredText
42 lines
969 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
Kernel driver max77705
|
|
======================
|
|
|
|
Supported chips:
|
|
|
|
* Maxim Integrated MAX77705
|
|
|
|
Prefix: 'max77705'
|
|
|
|
Addresses scanned: none
|
|
|
|
Datasheet:
|
|
|
|
https://www.analog.com/media/en/technical-documentation/data-sheets/max77505.pdf
|
|
|
|
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.
|
|
================= ========================================
|