Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
64 lines
1.6 KiB
ReStructuredText
64 lines
1.6 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
Kernel driver ir36021
|
|
=====================
|
|
|
|
Supported chips:
|
|
|
|
* Infineon IR36021
|
|
|
|
Prefix: ir36021
|
|
Addresses scanned: -
|
|
|
|
Datasheet: Publicly available at the Infineon website
|
|
https://www.infineon.com/dgdl/ir36021.pdf?fileId=5546d462533600a4015355d0aa2d1775
|
|
|
|
Authors:
|
|
- Chris Packham <chris.packham@alliedtelesis.co.nz>
|
|
|
|
Description
|
|
-----------
|
|
|
|
The IR36021 is a dual-loop digital multi-phase buck controller designed for
|
|
point of load applications.
|
|
|
|
Usage Notes
|
|
-----------
|
|
|
|
This driver does not probe for PMBus devices. You will have to instantiate
|
|
devices explicitly.
|
|
|
|
Sysfs attributes
|
|
----------------
|
|
|
|
======================= ===========================
|
|
curr1_label "iin"
|
|
curr1_input Measured input current
|
|
curr1_alarm Input fault alarm
|
|
|
|
curr2_label "iout1"
|
|
curr2_input Measured output current
|
|
curr2_alarm Output over-current alarm
|
|
|
|
in1_label "vin"
|
|
in1_input Measured input voltage
|
|
in1_alarm Input under-voltage alarm
|
|
|
|
in2_label "vout1"
|
|
in2_input Measured output voltage
|
|
in2_alarm Output over-voltage alarm
|
|
|
|
power1_label "pin"
|
|
power1_input Measured input power
|
|
power1_alarm Input under-voltage alarm
|
|
|
|
power2_label "pout1"
|
|
power2_input Measured output power
|
|
|
|
temp1_input Measured temperature
|
|
temp1_alarm Temperature alarm
|
|
|
|
temp2_input Measured other loop temperature
|
|
temp2_alarm Temperature alarm
|
|
======================= ===========================
|