diff options
author | Guenter Roeck <linux@roeck-us.net> | 2021-11-13 07:03:31 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-07-13 17:38:18 +0200 |
commit | 399a8a0046cfc878203b0a1c990f81c8153757f3 (patch) | |
tree | b29c2a93a1490f5597612485d9c7a2fe50c025e6 /Documentation/hwmon | |
parent | hwmon: (lm90) Strengthen chip detection for ADM1032, ADT7461(A), and NCT1008 (diff) | |
download | linux-399a8a0046cfc878203b0a1c990f81c8153757f3.tar.xz linux-399a8a0046cfc878203b0a1c990f81c8153757f3.zip |
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>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/lm90.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/lm90.rst b/Documentation/hwmon/lm90.rst index 53429f79b819..45bc333a1219 100644 --- a/Documentation/hwmon/lm90.rst +++ b/Documentation/hwmon/lm90.rst @@ -370,7 +370,7 @@ MAX6648, MAX6692: * Better local resolution * Unsigned temperature -MAX6654: +MAX6654, MAX6690: * Better local resolution * Selectable address * Remote sensor type selection |