diff options
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 |