diff options
author | Andrew Jeffery <andrew@aj.id.au> | 2017-11-03 07:53:01 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-11-07 04:26:42 +0300 |
commit | ded0eb83449e8fcba22fd2736826336e101ffbcb (patch) | |
tree | 17bbb7dd70e732097394f89bea026d54d6ac179a /Documentation/devicetree/bindings/hwmon | |
parent | 4d420a6a9ddd72bd25baa6e667dd0581506eeacb (diff) | |
download | linux-ded0eb83449e8fcba22fd2736826336e101ffbcb.tar.xz |
dt-bindings: pmbus: Add Maxim MAX31785 documentation
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>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/max31785.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/max31785.txt b/Documentation/devicetree/bindings/hwmon/max31785.txt new file mode 100644 index 000000000000..106e08c56aaa --- /dev/null +++ b/Documentation/devicetree/bindings/hwmon/max31785.txt @@ -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>; + }; |