Guenter Roeck | 3434f37 | 2014-06-29 19:38:45 -0700 | [diff] [blame] | 1 | Kernel driver nct7802 |
| 2 | ===================== |
| 3 | |
| 4 | Supported chips: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 5 | |
Guenter Roeck | 3434f37 | 2014-06-29 19:38:45 -0700 | [diff] [blame] | 6 | * Nuvoton NCT7802Y |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 7 | |
Guenter Roeck | 3434f37 | 2014-06-29 19:38:45 -0700 | [diff] [blame] | 8 | Prefix: 'nct7802' |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 9 | |
Guenter Roeck | 3434f37 | 2014-06-29 19:38:45 -0700 | [diff] [blame] | 10 | Addresses scanned: I2C 0x28..0x2f |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 11 | |
Guenter Roeck | 3434f37 | 2014-06-29 19:38:45 -0700 | [diff] [blame] | 12 | Datasheet: Available from Nuvoton web site |
| 13 | |
| 14 | Authors: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 15 | |
| 16 | Guenter Roeck <linux@roeck-us.net> |
Guenter Roeck | 3434f37 | 2014-06-29 19:38:45 -0700 | [diff] [blame] | 17 | |
| 18 | Description |
| 19 | ----------- |
| 20 | |
| 21 | This driver implements support for the Nuvoton NCT7802Y hardware monitoring |
| 22 | chip. NCT7802Y supports 6 temperature sensors, 5 voltage sensors, and 3 fan |
| 23 | speed sensors. |
| 24 | |
Constantine Shulyupin | 1c6e8f6 | 2015-07-28 01:01:07 +0300 | [diff] [blame] | 25 | Smart Fan™ speed control is available via pwmX_auto_point attributes. |
Guenter Roeck | 3434f37 | 2014-06-29 19:38:45 -0700 | [diff] [blame] | 26 | |
| 27 | Tested Boards and BIOS Versions |
| 28 | ------------------------------- |
| 29 | |
| 30 | The driver has been reported to work with the following boards and |
| 31 | BIOS versions. |
| 32 | |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 33 | ======================= =============================================== |
Guenter Roeck | 3434f37 | 2014-06-29 19:38:45 -0700 | [diff] [blame] | 34 | Board BIOS version |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 35 | ======================= =============================================== |
Guenter Roeck | 3434f37 | 2014-06-29 19:38:45 -0700 | [diff] [blame] | 36 | Kontron COMe-bSC2 CHR2E934.001.GGO |
| 37 | Kontron COMe-bIP2 CCR2E212 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 38 | ======================= =============================================== |