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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Dec 2021 11:28:48 +0000 (12:28 +0100)
commitafda22fea7662e244d0a6601c4e3c596b55966f5
tree391dcedd04f91037607e5823a0752bbf474787f2
parent9d21029e7199c8727de48a437ea81e832a621956
hwmon: (lm90) Drop critical attribute support for MAX6654

[ Upstream commit 16ba51b5dcd3f6dde2e51d5ccc86313119dcf889 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/lm90.c