forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hwmon: (lm90) Add remaining chips supported by adm1021 driver
All chips supported by the ADM1021 driver are also supported by the LM90 driver. Make that support official. After this change, the adm1021 driver is only needed if the lm90 driver is disabled. Also, the adm1021 driver misdetects a variety of chips as MAX1617A, which is unwanted if any of those chips is in the system. For this reason. make the adm1021 driver dependent on !SENSORS_LM90 to show that it is not needed if the lm90 driver is enabled, and to avoid misdetection if a chip supported by the lm90 driver is in the system. Devicetree nodes are not added for the added chips since it is quite unlikely that such old chips will ever be used in a devicetree based system. They can be added later if needed. Signed-off-by: Guenter Roeck <[email protected]>
- Loading branch information
Showing
3 changed files
with
60 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -355,6 +355,38 @@ Supported chips: | |
|
||
https://www.ti.com/lit/gpn/tmp461 | ||
|
||
* Philips NE1617, NE1617A | ||
|
||
Prefix: 'max1617' (probably detected as a max1617) | ||
|
||
Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e | ||
|
||
Datasheets: Publicly available at the Philips website | ||
|
||
* Genesys Logic GL523SM | ||
|
||
Prefix: 'gl523sm' | ||
|
||
Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e | ||
|
||
Datasheet: | ||
|
||
* TI THMC10 | ||
|
||
Prefix: 'thmc10' | ||
|
||
Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e | ||
|
||
Datasheet: Publicly available at the TI website | ||
|
||
* Onsemi MC1066 | ||
|
||
Prefix: 'mc1066' | ||
|
||
Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e | ||
|
||
Datasheet: Publicly available at the Onsemi website | ||
|
||
Author: Jean Delvare <[email protected]> | ||
|
||
|
||
|
@@ -385,7 +417,7 @@ features: | |
LM84: | ||
* 8 bit sensor resolution | ||
|
||
ADM1021, MAX1617: | ||
ADM1021, GL523SM, MAX1617, NE1617, NE1617A, THMC10: | ||
* 8 bit sensor resolution | ||
* Low temperature limits | ||
|
||
|
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
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