diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-06-27 16:05:35 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-07-08 16:52:36 +0200 |
commit | 154a0c2bd6694c45d34a1688e1d9a41f5a854b3f (patch) | |
tree | e430971abd4307d7b2e747e8fbaf74200ddef7e6 /Documentation | |
parent | hwmon: (amc6821) Make reading and writing fan speed limits consistent (diff) | |
download | linux-154a0c2bd6694c45d34a1688e1d9a41f5a854b3f.tar.xz linux-154a0c2bd6694c45d34a1688e1d9a41f5a854b3f.zip |
hwmon: (amc6821) Rename fan1_div to fan1_pulses
The chip does not have a fan divisor. What it does have is a configuration
to set either 2 or 4 pulses per fan rotation. Rename the attribute to
reflect its use. Update documentation accordingly.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/amc6821.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/amc6821.rst b/Documentation/hwmon/amc6821.rst index 5ddb2849da90..4ce67c268e52 100644 --- a/Documentation/hwmon/amc6821.rst +++ b/Documentation/hwmon/amc6821.rst @@ -47,7 +47,7 @@ fan1_input ro tachometer speed fan1_min rw " fan1_max rw " fan1_fault ro " -fan1_div rw Fan divisor can be either 2 or 4. +fan1_pulses rw Pulses per revolution can be either 2 or 4. pwm1 rw pwm1 pwm1_enable rw regulator mode, 1=open loop, 2=fan controlled |