From 018b489aea0ff9be7df8c0f18bc24ef33a678d70 Mon Sep 17 00:00:00 2001 From: Mark Vels Date: Sun, 7 Jan 2018 15:16:29 +0100 Subject: [PATCH] sensors: tmp112: trivial: Add comment about using this driver for TMP102 I have been using this the TMP112 driver with success with a TMP102 connected to to nucleo-f411re board (via I2C1 using PB8/9). According to the datasheets, both devices are both driver and pin compatible although the TMP102 is less accurate. This temperature sensor is not a thermopile sensor type as stated in comments. This patch updates that help info Signed-off-by: Mark Vels --- drivers/sensor/tmp112/Kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/sensor/tmp112/Kconfig b/drivers/sensor/tmp112/Kconfig index b23a5325c7b..fbc5d7db6e0 100644 --- a/drivers/sensor/tmp112/Kconfig +++ b/drivers/sensor/tmp112/Kconfig @@ -12,7 +12,11 @@ menuconfig TMP112 depends on I2C default n help - Enable driver for TMP112 infrared thermopile sensors. + Enable the driver for Texas Instruments TMP112 High-Accuracy Digital + Temperature Sensors. + + The TMP102 is compatible with the TMP112 but is less accurate and has + been successfully tested with this driver. config TMP112_NAME string