Skip to content

Commit 88de8e1

Browse files
MikeLooijmansgroeck
authored andcommitted
hwmon: (max6650) Add devicetree support documentation
This adds the devicetree binding documentation for the max6650 fan controller. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent d5f3f6c commit 88de8e1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Bindings for MAX6651 and MAX6650 I2C fan controllers
2+
3+
Reference:
4+
[1] https://datasheets.maximintegrated.com/en/ds/MAX6650-MAX6651.pdf
5+
6+
Required properties:
7+
- compatible : One of "maxim,max6650" or "maxim,max6651"
8+
- reg : I2C address, one of 0x1b, 0x1f, 0x4b, 0x48.
9+
10+
Optional properties, default is to retain the chip's current setting:
11+
- maxim,fan-microvolt : The supply voltage of the fan, either 5000000 uV or
12+
12000000 uV.
13+
- maxim,fan-prescale : Pre-scaling value, as per datasheet [1]. Lower values
14+
allow more fine-grained control of slower fans.
15+
Valid: 1, 2, 4, 8, 16.
16+
17+
Example:
18+
fan-max6650: max6650@1b {
19+
reg = <0x1b>;
20+
compatible = "maxim,max6650";
21+
maxim,fan-microvolt = <12000000>;
22+
maxim,fan-prescale = <4>;
23+
};

0 commit comments

Comments
 (0)