Skip to content

Commit f614629

Browse files
committed
hwmon: (lm90) Mark alert as broken for MAX6646/6647/6649
Experiments with MAX6646 and MAX6648 show that the alert function of those chips is broken, similar to other chips supported by the lm90 driver. Mark it accordingly. Fixes: 4667bcb ("hwmon: (lm90) Introduce chip parameter structure") Signed-off-by: Guenter Roeck <[email protected]>
1 parent 94746b0 commit f614629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/lm90.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ static const struct lm90_params lm90_params[] = {
394394
.max_convrate = 9,
395395
},
396396
[max6646] = {
397-
.flags = LM90_HAVE_CRIT,
397+
.flags = LM90_HAVE_CRIT | LM90_HAVE_BROKEN_ALERT,
398398
.alert_alarms = 0x7c,
399399
.max_convrate = 6,
400400
.reg_local_ext = MAX6657_REG_R_LOCAL_TEMPL,

0 commit comments

Comments
 (0)