hwmon: (lm90) Drop critical attribute support for MAX6654
authorGuenter Roeck <linux@roeck-us.net>
Sat, 13 Nov 2021 16:55:06 +0000 (08:55 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 13 Dec 2021 00:22:53 +0000 (16:22 -0800)
commit16ba51b5dcd3f6dde2e51d5ccc86313119dcf889
treebcbbce23aff3cbcf0da273838f7247c462b720ed
parent55840b9eae5367b5d5b29619dc2fb7e4596dba46
hwmon: (lm90) Drop critical attribute support for MAX6654

Tests with a real chip and a closer look into the datasheet show that
MAX6654 does not support CRIT/THERM/OVERTEMP limits, so drop support
of the respective attributes for this chip.

Introduce LM90_HAVE_CRIT flag and use it to instantiate critical limit
attributes to solve the problem.

Cc: Josh Lehan <krellan@google.com>
Fixes: 229d495d8189 ("hwmon: (lm90) Add max6654 support to lm90 driver")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm90.c