2015-08-30 14:44:26 +03:00
Kernel driver max31790
======================
Supported chips:
2019-04-17 12:46:28 +03:00
2015-08-30 14:44:26 +03:00
* Maxim MAX31790
2019-04-17 12:46:28 +03:00
2015-08-30 14:44:26 +03:00
Prefix: 'max31790'
2019-04-17 12:46:28 +03:00
2015-08-30 14:44:26 +03:00
Addresses scanned: -
2019-04-17 12:46:28 +03:00
2020-07-19 20:55:12 +03:00
Datasheet: https://pdfserv.maximintegrated.com/en/ds/MAX31790.pdf
2015-08-30 14:44:26 +03:00
Author: Il Han <corone.il.han@gmail.com>
Description
-----------
This driver implements support for the Maxim MAX31790 chip.
The MAX31790 controls the speeds of up to six fans using six independent
PWM outputs. The desired fan speeds (or PWM duty cycles) are written
through the I2C interface. The outputs drive "4-wire" fans directly,
or can be used to modulate the fan's power terminals using an external
pass transistor.
Tachometer inputs monitor fan tachometer logic outputs for precise (+/-1%)
monitoring and control of fan RPM as well as detection of fan failure.
Six pins are dedicated tachometer inputs. Any of the six PWM outputs can
also be configured to serve as tachometer inputs.
Sysfs entries
-------------
2019-04-17 12:46:28 +03:00
================== === =======================================================
2015-08-30 14:44:26 +03:00
fan[1-12]_ input RO fan tachometer speed in RPM
fan[1-12]_ fault RO fan experienced fault
fan[1-6]_ target RW desired fan speed in RPM
2022-08-29 22:59:30 +03:00
fan[1-6]_ enable RW enable or disable the tachometer input
2021-05-26 18:40:18 +03:00
pwm[1-6]_ enable RW regulator mode, 0=disabled (duty cycle=0%), 1=manual mode, 2=rpm mode
2021-05-26 18:40:17 +03:00
pwm[1-6] RW read: current pwm duty cycle,
write: target pwm duty cycle (0-255)
2019-04-17 12:46:28 +03:00
================== === =======================================================