diff options
author | Jean Delvare <khali@linux-fr.org> | 2012-01-16 22:51:47 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-01-16 22:51:47 +0100 |
commit | d93ab7807063ade8ad4b3ba55347e333dbde4d52 (patch) | |
tree | 130f8591f19df28a325c14bde7d89280ab2a09b2 /drivers/hwmon/lm63.c | |
parent | 409c0b5bdf7d80e61380ce6b226b98405576d7cc (diff) | |
download | op-kernel-dev-d93ab7807063ade8ad4b3ba55347e333dbde4d52.zip op-kernel-dev-d93ab7807063ade8ad4b3ba55347e333dbde4d52.tar.gz |
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>
Diffstat (limited to 'drivers/hwmon/lm63.c')
-rw-r--r-- | drivers/hwmon/lm63.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/hwmon/lm63.c b/drivers/hwmon/lm63.c index 0c4fff0..a5e4ba8 100644 --- a/drivers/hwmon/lm63.c +++ b/drivers/hwmon/lm63.c @@ -51,7 +51,10 @@ /* * Addresses to scan - * Address is fully defined internally and cannot be changed. + * Address is fully defined internally and cannot be changed except for + * LM64 which has one pin dedicated to address selection. + * LM63 and LM96163 have address 0x4c. + * LM64 can have address 0x18 or 0x4e. */ static const unsigned short normal_i2c[] = { 0x18, 0x4c, 0x4e, I2C_CLIENT_END }; |