forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] [groeck: Documentation update] Signed-off-by: Guenter Roeck <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,16 +119,18 @@ Supported chips: | |
|
||
http://www.ti.com/product/tmp275 | ||
|
||
* NXP LM75B | ||
* NXP LM75B, PCT2075 | ||
|
||
Prefix: 'lm75b' | ||
Prefix: 'lm75b', 'pct2075' | ||
|
||
Addresses scanned: none | ||
|
||
Datasheet: Publicly available at the NXP website | ||
|
||
http://www.nxp.com/documents/data_sheet/LM75B.pdf | ||
|
||
http://www.nxp.com/docs/en/data-sheet/PCT2075.pdf | ||
|
||
Author: Frodo Looijaard <[email protected]> | ||
|
||
Description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters