hwmon: (lm90) Add support for MAX6690
authorGuenter Roeck <linux@roeck-us.net>
Sat, 13 Nov 2021 06:03:31 +0000 (22:03 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 13 Jul 2022 15:38:18 +0000 (08:38 -0700)
commit399a8a0046cfc878203b0a1c990f81c8153757f3
treeb29c2a93a1490f5597612485d9c7a2fe50c025e6
parent9888775be8c07e134c1c5b281ee0a4e01773aed1
hwmon: (lm90) Add support for MAX6690

MAX6690 is all but identical to MAX6654. Revision 1 of its
datasheet lists the same chip ID as MAX6654, and a chip labeled
MAX6654 was found to have the chip ID listed as MAX6690 chip ID
in Revision 2 of its datasheet.

A devicetree node is not added for this chip since it is quite unlikely
that such an old chip will ever be used in a devicetree based system.
It can be added later if needed.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/lm90.rst
drivers/hwmon/lm90.c