diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-10-28 14:31:44 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-28 14:31:44 -0400 |
commit | c4f99a2b8fb4c564865f0037a2b7be690d4409f3 (patch) | |
tree | 3b6b7f2261be322412f9dd9eb0df6e3fed7f552c /Documentation | |
parent | 0c01b644f77a3df892a48a59901997469aeab0a7 (diff) |
hwmon: (lm90) Add support for the W83L771W/G
I was wondering if that chip ever existed publicly... Apparently yes,
so add support for it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Tested-by: Alexander Stein <alexander.stein@informatik.tu-chemnitz.de>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/lm90 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/hwmon/lm90 b/Documentation/hwmon/lm90 index 6e963b696d85..fa475c0a48a3 100644 --- a/Documentation/hwmon/lm90 +++ b/Documentation/hwmon/lm90 | |||
@@ -95,6 +95,10 @@ Supported chips: | |||
95 | 0x4c, 0x4d and 0x4e | 95 | 0x4c, 0x4d and 0x4e |
96 | Datasheet: Publicly available at the Maxim website | 96 | Datasheet: Publicly available at the Maxim website |
97 | http://www.maxim-ic.com/datasheet/index.mvp/id/4199 | 97 | http://www.maxim-ic.com/datasheet/index.mvp/id/4199 |
98 | * Winbond/Nuvoton W83L771W/G | ||
99 | Prefix: 'w83l771' | ||
100 | Addresses scanned: I2C 0x4c | ||
101 | Datasheet: No longer available | ||
98 | * Winbond/Nuvoton W83L771AWG/ASG | 102 | * Winbond/Nuvoton W83L771AWG/ASG |
99 | Prefix: 'w83l771' | 103 | Prefix: 'w83l771' |
100 | Addresses scanned: I2C 0x4c | 104 | Addresses scanned: I2C 0x4c |
@@ -169,11 +173,15 @@ MAX6695 and MAX6696: | |||
169 | * Second critical temperature limit | 173 | * Second critical temperature limit |
170 | * Two remote sensors | 174 | * Two remote sensors |
171 | 175 | ||
176 | W83L771W/G | ||
177 | * The G variant is lead-free, otherwise similar to the W. | ||
178 | * Filter and alert configuration register at 0xBF | ||
179 | * Moving average (depending on conversion rate) | ||
180 | |||
172 | W83L771AWG/ASG | 181 | W83L771AWG/ASG |
182 | * Successor of the W83L771W/G, same features. | ||
173 | * The AWG and ASG variants only differ in package format. | 183 | * The AWG and ASG variants only differ in package format. |
174 | * Filter and alert configuration register at 0xBF | ||
175 | * Diode ideality factor configuration (remote sensor) at 0xE3 | 184 | * Diode ideality factor configuration (remote sensor) at 0xE3 |
176 | * Moving average (depending on conversion rate) | ||
177 | 185 | ||
178 | All temperature values are given in degrees Celsius. Resolution | 186 | All temperature values are given in degrees Celsius. Resolution |
179 | is 1.0 degree for the local temperature, 0.125 degree for the remote | 187 | is 1.0 degree for the local temperature, 0.125 degree for the remote |