Skip to content

Commit

Permalink
dt-bindings: pmbus: Add Maxim MAX31785 documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
  • Loading branch information
Andrew Jeffery authored and Guenter Roeck committed Nov 7, 2017
1 parent 4d420a6 commit ded0eb8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Documentation/devicetree/bindings/hwmon/max31785.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Bindings for the Maxim MAX31785 Intelligent Fan Controller
==========================================================

Reference:

https://datasheets.maximintegrated.com/en/ds/MAX31785.pdf

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.

Required properties:
- compatible : One of "maxim,max31785" or "maxim,max31785a"
- reg : I2C address, one of 0x52, 0x53, 0x54, 0x55.

Example:

fans@52 {
compatible = "maxim,max31785";
reg = <0x52>;
};

0 comments on commit ded0eb8

Please sign in to comment.