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