diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-01-16 16:51:46 -0500 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2012-01-16 16:51:46 -0500 |
commit | f496b2d4f181fa5fcdf24016b11caaa33eb12477 (patch) | |
tree | 8b52c917c9e95dcd4fd0c1907ac083c293601ed1 /Documentation | |
parent | 04738b2b2f37c13bbe37b7695fec6c1c60d79c7a (diff) |
hwmon: (lm63) Add sensor type attribute for external sensor on LM96163
On LM96163, the external temperature sensor type is configurable to
either a thermal diode or a 3904 transistor. The chip reports a wrong
temperature if misconfigured. Add writable attribute to support it.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/lm63 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/hwmon/lm63 b/Documentation/hwmon/lm63 index 0e695d3567eb..8202825cd095 100644 --- a/Documentation/hwmon/lm63 +++ b/Documentation/hwmon/lm63 | |||
@@ -69,4 +69,5 @@ The LM64 is effectively an LM63 with GPIO lines. The driver does not | |||
69 | support these GPIO lines at present. | 69 | support these GPIO lines at present. |
70 | 70 | ||
71 | The LM96163 is an enhanced version of LM63 with improved temperature accuracy | 71 | The LM96163 is an enhanced version of LM63 with improved temperature accuracy |
72 | and better PWM resolution. | 72 | and better PWM resolution. For LM96163, the external temperature sensor type is |
73 | configurable as CPU embedded diode(1) or 3904 transistor(2). | ||