summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2012-12-19 21:17:02 (GMT)
committerJean Delvare <khali@endymion.delvare>2012-12-19 21:17:02 (GMT)
commit5d8d2f2bdbd0812dfad05ca37e4b28912fca7e33 (patch)
treebf4270cef12358a9557688771605c3b226c95441 /Documentation
parent483db43e81f4958e3cd11a990112e8082a6a5261 (diff)
downloadlinux-fsl-qoriq-5d8d2f2bdbd0812dfad05ca37e4b28912fca7e33.tar.xz
hwmon: (it87) Report thermal sensor type as Intel PECI if appropriate
IT8721 and IT8728 support Intel PECI temperature reporting. Each sensor can be programmed to display the temperature reported on the PECI interface. If configured for Intel PECI, the driver reported the wrong sensor type for the respective thermal sensor. Fix the code to correctly report it as "Intel PECI (6)". 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/it873
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/hwmon/it87 b/Documentation/hwmon/it87
index e1f3828..8386aad 100644
--- a/Documentation/hwmon/it87
+++ b/Documentation/hwmon/it87
@@ -217,4 +217,5 @@ Temperature offset attributes
The driver supports temp[1-3]_offset sysfs attributes to adjust the reported
temperature for thermal diodes or diode-connected thermal transistors.
If a temperature sensor is configured for thermistors, the attribute values
-are ignored.
+are ignored. If the thermal sensor type is Intel PECI, the temperature offset
+must be programmed to the critical CPU temperature.