aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2012-01-16 16:51:46 -0500
committerJean Delvare <khali@endymion.delvare>2012-01-16 16:51:46 -0500
commitf496b2d4f181fa5fcdf24016b11caaa33eb12477 (patch)
tree8b52c917c9e95dcd4fd0c1907ac083c293601ed1 /Documentation
parent04738b2b2f37c13bbe37b7695fec6c1c60d79c7a (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/lm633
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
69support these GPIO lines at present. 69support these GPIO lines at present.
70 70
71The LM96163 is an enhanced version of LM63 with improved temperature accuracy 71The LM96163 is an enhanced version of LM63 with improved temperature accuracy
72and better PWM resolution. 72and better PWM resolution. For LM96163, the external temperature sensor type is
73configurable as CPU embedded diode(1) or 3904 transistor(2).