From: Guenter Roeck Date: Tue, 27 Feb 2018 03:19:09 +0000 (-0800) Subject: Fix scaling for IT8732F X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=496856a115deefabfc1a2ef81784884604754ca2;p=groeck-it87 Fix scaling for IT8732F 3.3V channels report the wrong voltages on IT8732F since the scaling bit is not set. Signed-off-by: Guenter Roeck --- diff --git a/it87.c b/it87.c index ce908e3..410321b 100644 --- a/it87.c +++ b/it87.c @@ -466,7 +466,7 @@ static const struct it87_devices it87_devices[] = { .features = FEAT_NEWER_AUTOPWM | 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_FOUR_PWM | FEAT_FANCTL_ONOFF | FEAT_SCALING, .num_temp_limit = 3, .num_temp_offset = 3, .num_temp_map = 3,