Lei YU | ba3d858 | 2017-11-13 11:27:34 +0800 | [diff] [blame] | 1 | Kernel driver w83773g |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 2 | ===================== |
Lei YU | ba3d858 | 2017-11-13 11:27:34 +0800 | [diff] [blame] | 3 | |
| 4 | Supported chips: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 5 | |
Lei YU | ba3d858 | 2017-11-13 11:27:34 +0800 | [diff] [blame] | 6 | * Nuvoton W83773G |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 7 | |
Lei YU | ba3d858 | 2017-11-13 11:27:34 +0800 | [diff] [blame] | 8 | Prefix: 'w83773g' |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 9 | |
Lei YU | ba3d858 | 2017-11-13 11:27:34 +0800 | [diff] [blame] | 10 | Addresses scanned: I2C 0x4c and 0x4d |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 11 | |
Lei YU | ba3d858 | 2017-11-13 11:27:34 +0800 | [diff] [blame] | 12 | Datasheet: https://www.nuvoton.com/resource-files/W83773G_SG_DatasheetV1_2.pdf |
| 13 | |
| 14 | Authors: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 15 | |
Lei YU | ba3d858 | 2017-11-13 11:27:34 +0800 | [diff] [blame] | 16 | Lei YU <mine260309@gmail.com> |
| 17 | |
| 18 | Description |
| 19 | ----------- |
| 20 | |
| 21 | This driver implements support for Nuvoton W83773G temperature sensor |
| 22 | chip. This chip implements one local and two remote sensors. |
| 23 | The chip also features offsets for the two remote sensors which get added to |
| 24 | the input readings. The chip does all the scaling by itself and the driver |
| 25 | therefore reports true temperatures that don't need any user-space adjustments. |
| 26 | Temperature is measured in degrees Celsius. |
| 27 | The chip is wired over I2C/SMBus and specified over a temperature |
| 28 | range of -40 to +125 degrees Celsius (for local sensor) and -40 to +127 |
| 29 | degrees Celsius (for remote sensors). |
| 30 | Resolution for both the local and remote channels is 0.125 degree C. |
| 31 | |
| 32 | The chip supports only temperature measurement. The driver exports |
| 33 | the temperature values via the following sysfs files: |
| 34 | |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 35 | **temp[1-3]_input, temp[2-3]_fault, temp[2-3]_offset, update_interval** |