2017-11-03 07:53:02 +03:00
Kernel driver max31785
======================
Supported chips:
2019-04-17 12:46:26 +03:00
2017-11-03 07:53:02 +03:00
* Maxim MAX31785, MAX31785A
2019-04-17 12:46:26 +03:00
2017-11-03 07:53:02 +03:00
Prefix: 'max31785' or 'max31785a'
2019-04-17 12:46:26 +03:00
2017-11-03 07:53:02 +03:00
Addresses scanned: -
2019-04-17 12:46:26 +03:00
2017-11-03 07:53:02 +03:00
Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX31785.pdf
Author: Andrew Jeffery <andrew@aj.id.au>
Description
-----------
The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel fan
management with temperature and remote voltage sensing. Various fan control
features are provided, including PWM frequency control, temperature hysteresis,
dual tachometer measurements, and fan health monitoring.
2017-11-20 07:42:06 +03:00
For dual-rotor configurations the MAX31785A exposes the second rotor tachometer
readings in attributes fan[5-8]_ input. By contrast the MAX31785 only exposes
the slowest rotor measurement, and does so in the fan[1-4]_ input attributes.
2017-11-03 07:53:02 +03:00
Usage Notes
-----------
This driver does not probe for PMBus devices. You will have to instantiate
devices explicitly.
Sysfs attributes
----------------
2019-04-17 12:46:26 +03:00
======================= =======================================================
2017-11-03 07:53:02 +03:00
fan[1-4]_ alarm Fan alarm.
fan[1-4]_ fault Fan fault.
2017-11-20 07:42:06 +03:00
fan[1-8]_ input Fan RPM. On the MAX31785A, inputs 5-8 correspond to the
second rotor of fans 1-4
2017-11-20 07:42:04 +03:00
fan[1-4]_ target Fan input target
2017-11-03 07:53:02 +03:00
in[1-6]_ crit Critical maximum output voltage
in[1-6]_ crit_alarm Output voltage critical high alarm
in[1-6]_ input Measured output voltage
in[1-6]_ label "vout[18-23]"
in[1-6]_ lcrit Critical minimum output voltage
in[1-6]_ lcrit_alarm Output voltage critical low alarm
in[1-6]_ max Maximum output voltage
in[1-6]_ max_alarm Output voltage high alarm
in[1-6]_ min Minimum output voltage
in[1-6]_ min_alarm Output voltage low alarm
2017-11-20 07:42:04 +03:00
pwm[1-4] Fan target duty cycle (0..255)
pwm[1-4]_ enable 0: Full-speed
1: Manual PWM control
2: Automatic PWM (tach-feedback RPM fan-control)
3: Automatic closed-loop (temp-feedback fan-control)
2017-11-03 07:53:02 +03:00
temp[1-11]_ crit Critical high temperature
temp[1-11]_ crit_alarm Chip temperature critical high alarm
temp[1-11]_ input Measured temperature
temp[1-11]_ max Maximum temperature
temp[1-11]_ max_alarm Chip temperature high alarm
2019-04-17 12:46:26 +03:00
======================= =======================================================