Commit d93ab7807063ade8ad4b3ba55347e333dbde4d52

Authored by Jean Delvare
Committed by Jean Delvare
1 parent 409c0b5bdf

hwmon: (lm63) Fix incorrect comment about I2C address

What was true of the LM63 doesn't apply to the LM64.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>

Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff

drivers/hwmon/lm63.c
... ... @@ -51,7 +51,10 @@
51 51  
52 52 /*
53 53 * Addresses to scan
54   - * Address is fully defined internally and cannot be changed.
  54 + * Address is fully defined internally and cannot be changed except for
  55 + * LM64 which has one pin dedicated to address selection.
  56 + * LM63 and LM96163 have address 0x4c.
  57 + * LM64 can have address 0x18 or 0x4e.
55 58 */
56 59  
57 60 static const unsigned short normal_i2c[] = { 0x18, 0x4c, 0x4e, I2C_CLIENT_END };