From 39abe9d88b30a51029b0b29a708a4f4459034565 Mon Sep 17 00:00:00 2001 From: Iker Perez del Palomar Sustatxa Date: Fri, 3 May 2019 17:15:00 +0100 Subject: hwmon: (lm75) Add support for TMP75B The TMP75B has a different control register, supports 12-bit resolution and the default conversion rate is 37 Hz. Signed-off-by: Iker Perez del Palomar Sustatxa Signed-off-by: Guenter Roeck --- Documentation/hwmon/lm75.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Documentation/hwmon/lm75.rst') diff --git a/Documentation/hwmon/lm75.rst b/Documentation/hwmon/lm75.rst index 6fd4d2df5420..ba8acbd2a6cb 100644 --- a/Documentation/hwmon/lm75.rst +++ b/Documentation/hwmon/lm75.rst @@ -93,9 +93,9 @@ Supported chips: https://www.st.com/resource/en/datasheet/stlm75.pdf - * Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75, TMP75C, TMP175, TMP275 + * Texas Instruments TMP100, TMP101, TMP105, TMP112, TMP75, TMP75B, TMP75C, TMP175, TMP275 - Prefixes: 'tmp100', 'tmp101', 'tmp105', 'tmp112', 'tmp175', 'tmp75', 'tmp75c', 'tmp275' + Prefixes: 'tmp100', 'tmp101', 'tmp105', 'tmp112', 'tmp175', 'tmp75', 'tmp75b', 'tmp75c', 'tmp275' Addresses scanned: none @@ -111,6 +111,8 @@ Supported chips: http://www.ti.com/product/tmp75 + http://www.ti.com/product/tmp75b + http://www.ti.com/product/tmp75c http://www.ti.com/product/tmp175 -- cgit v1.2.3-59-g8ed1b