diff options
author | Daniel Mack <daniel@zonque.org> | 2019-07-11 14:45:04 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-09-03 12:47:17 -0700 |
commit | 557c7ffa2f283166fa863aaa415757f5f485aa62 (patch) | |
tree | 2e2b688ec53341d0418ccae74c64b62061b210ab /Documentation/hwmon | |
parent | 5ac6badc5aa057ceb1d50c93326a81db6e89ad2f (diff) | |
download | linux-557c7ffa2f283166fa863aaa415757f5f485aa62.tar.gz linux-557c7ffa2f283166fa863aaa415757f5f485aa62.tar.bz2 linux-557c7ffa2f283166fa863aaa415757f5f485aa62.zip |
hwmon: (lm75) add support for PCT2075
The NXP PCT2075 is largely compatible with other chips already supported
by the LM75 driver. It uses an 11-bit resolution and defaults to 100 ms
sampling period. The datasheet is here:
https://www.nxp.com/docs/en/data-sheet/PCT2075.pdf
Signed-off-by: Daniel Mack <daniel@zonque.org>
Link: https://lore.kernel.org/r/20190711124504.7580-2-daniel@zonque.org
[groeck: Documentation update]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/lm75.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/hwmon/lm75.rst b/Documentation/hwmon/lm75.rst index ba8acbd2a6cb..e749f827c002 100644 --- a/Documentation/hwmon/lm75.rst +++ b/Documentation/hwmon/lm75.rst @@ -119,9 +119,9 @@ Supported chips: http://www.ti.com/product/tmp275 - * NXP LM75B + * NXP LM75B, PCT2075 - Prefix: 'lm75b' + Prefix: 'lm75b', 'pct2075' Addresses scanned: none @@ -129,6 +129,8 @@ Supported chips: http://www.nxp.com/documents/data_sheet/LM75B.pdf + http://www.nxp.com/docs/en/data-sheet/PCT2075.pdf + Author: Frodo Looijaard <frodol@dds.nl> Description |