]> git.sur5r.net Git - groeck-it87/commitdiff
Fix fan control for IT8736F
authorGuenter Roeck <linux@roeck-us.net>
Wed, 28 Feb 2018 05:19:23 +0000 (21:19 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 28 Feb 2018 05:19:23 +0000 (21:19 -0800)
The 4th fan control does not have a separate set of registers,
so don't bother with it. PWM control is the old fashined method,
not the new one.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
it87.c

diff --git a/it87.c b/it87.c
index f278d6e520c50f96e3bc03005ea3ead8bd1272ee..ca687886a7f5258b41caa8631cb19c0976cca2fa 100644 (file)
--- a/it87.c
+++ b/it87.c
@@ -481,10 +481,10 @@ static const struct it87_devices it87_devices[] = {
        [it8736] = {
                .name = "it8736",
                .model = "IT8736F",
-               .features = FEAT_NEWER_AUTOPWM | FEAT_16BIT_FANS
+               .features = FEAT_16BIT_FANS
                  | FEAT_TEMP_OLD_PECI | FEAT_TEMP_PECI
                  | FEAT_10_9MV_ADC | FEAT_IN7_INTERNAL | FEAT_FOUR_FANS
-                 | FEAT_FOUR_PWM | FEAT_FANCTL_ONOFF | FEAT_SCALING,
+                 | FEAT_FANCTL_ONOFF | FEAT_SCALING,
                .num_temp_limit = 3,
                .num_temp_offset = 3,
                .num_temp_map = 3,