tmp102.rst 938 字节
Newer Older
1 2 3 4
Kernel driver tmp102
====================

Supported chips:
5

6
  * Texas Instruments TMP102
7

8
    Prefix: 'tmp102'
9

J
Jean Delvare 已提交
10
    Addresses scanned: none
11

12 13 14
    Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html

Author:
15

16 17 18 19 20 21 22
	Steven King <sfking@fdwdc.com>

Description
-----------

The Texas Instruments TMP102 implements one temperature sensor.  Limits can be
set through the Overtemperature Shutdown register and Hysteresis register.  The
J
Jean Delvare 已提交
23 24
sensor is accurate to 0.5 degree over the range of -25 to +85 C, and to 1.0
degree from -40 to +125 C. Resolution of the sensor is 0.0625 degree.  The
25 26 27 28 29 30
operating temperature has a minimum of -55 C and a maximum of +150 C.

The TMP102 has a programmable update rate that can select between 8, 4, 1, and
0.5 Hz. (Currently the driver only supports the default of 4 Hz).

The driver provides the common sysfs-interface for temperatures (see
31
Documentation/hwmon/sysfs-interface.rst under Temperatures).