Heiko Schocher | d17a7dc | 2014-06-18 07:37:17 +0200 | [diff] [blame] | 1 | Kernel driver tmp103 |
| 2 | ==================== |
| 3 | |
| 4 | Supported chips: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 5 | |
Heiko Schocher | d17a7dc | 2014-06-18 07:37:17 +0200 | [diff] [blame] | 6 | * Texas Instruments TMP103 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 7 | |
Heiko Schocher | d17a7dc | 2014-06-18 07:37:17 +0200 | [diff] [blame] | 8 | Prefix: 'tmp103' |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 9 | |
Heiko Schocher | d17a7dc | 2014-06-18 07:37:17 +0200 | [diff] [blame] | 10 | Addresses scanned: none |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 11 | |
Heiko Schocher | d17a7dc | 2014-06-18 07:37:17 +0200 | [diff] [blame] | 12 | Product info and datasheet: http://www.ti.com/product/tmp103 |
| 13 | |
| 14 | Author: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 15 | |
Heiko Schocher | d17a7dc | 2014-06-18 07:37:17 +0200 | [diff] [blame] | 16 | Heiko Schocher <hs@denx.de> |
| 17 | |
| 18 | Description |
| 19 | ----------- |
| 20 | |
| 21 | The TMP103 is a digital output temperature sensor in a four-ball |
| 22 | wafer chip-scale package (WCSP). The TMP103 is capable of reading |
| 23 | temperatures to a resolution of 1°C. The TMP103 is specified for |
| 24 | operation over a temperature range of –40°C to +125°C. |
| 25 | |
| 26 | Resolution: 8 Bits |
| 27 | Accuracy: ±1°C Typ (–10°C to +100°C) |
| 28 | |
| 29 | The driver provides the common sysfs-interface for temperatures (see |
Mauro Carvalho Chehab | 7ebd8b66 | 2019-04-17 06:46:29 -0300 | [diff] [blame] | 30 | Documentation/hwmon/sysfs-interface.rst under Temperatures). |
Heiko Schocher | d17a7dc | 2014-06-18 07:37:17 +0200 | [diff] [blame] | 31 | |
| 32 | Please refer how to instantiate this driver: |
| 33 | Documentation/i2c/instantiating-devices |