From: Guenter Roeck Date: Tue, 8 Aug 2017 13:35:46 +0000 (-0700) Subject: IT8655E and IT8665E both support internal register scaling X-Git-Tag: v1.0~12 X-Git-Url: https://git.sur5r.net/?p=groeck-it87;a=commitdiff_plain;h=c01952b9ca87c2127bd97e194a654979dd842ceb IT8655E and IT8665E both support internal register scaling Signed-off-by: Guenter Roeck --- diff --git a/it87.c b/it87.c index 2421acf..9bb5d5b 100644 --- a/it87.c +++ b/it87.c @@ -607,7 +607,7 @@ static const struct it87_devices it87_devices[] = { .name = "it8655", .suffix = "E", .features = FEAT_NEWER_AUTOPWM | FEAT_16BIT_FANS - | FEAT_AVCC3 | FEAT_NEW_TEMPMAP + | FEAT_AVCC3 | FEAT_NEW_TEMPMAP | FEAT_SCALING | FEAT_10_9MV_ADC | FEAT_IN7_INTERNAL | FEAT_BANK_SEL, .num_temp_limit = 6, .num_temp_offset = 6, @@ -616,7 +616,7 @@ static const struct it87_devices it87_devices[] = { .name = "it8665", .suffix = "E", .features = FEAT_NEWER_AUTOPWM | FEAT_16BIT_FANS - | FEAT_AVCC3 | FEAT_NEW_TEMPMAP + | FEAT_AVCC3 | FEAT_NEW_TEMPMAP | FEAT_SCALING | FEAT_10_9MV_ADC | FEAT_IN7_INTERNAL | FEAT_SIX_FANS | FEAT_SIX_PWM | FEAT_BANK_SEL, .num_temp_limit = 6,