diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-07-01 08:57:58 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-07-08 07:52:36 -0700 |
commit | 4814241a5817ce8140dda8f1375bf76f99e68697 (patch) | |
tree | a74618ab4f083bfed7be5b8ed8661a694d6b474c /Documentation/hwmon | |
parent | e98ab50e1f2dd6ab8d1bddae4f9857725defafbc (diff) |
hwmon: (amc6821) Add support for pwm1_mode attribute
AMC6821 supports configuring if a fan is DC or PWM controlled.
Add support for the pwm1_mode attribute to make it runtime configurable.
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/amc6821.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/hwmon/amc6821.rst b/Documentation/hwmon/amc6821.rst index 96e604c5ea8e..dbd544cd1160 100644 --- a/Documentation/hwmon/amc6821.rst +++ b/Documentation/hwmon/amc6821.rst @@ -58,6 +58,7 @@ pwm1_enable rw regulator mode, 1=open loop, 2=fan controlled remote-sensor temperature, 4=fan controlled by target rpm set with fan1_target attribute. +pwm1_mode rw Fan duty control mode (0=DC, 1=PWM) pwm1_auto_channels_temp ro 1 if pwm_enable==2, 3 if pwm_enable==3 pwm1_auto_point1_pwm ro Hardwired to 0, shared for both temperature channels. |