R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 1 | Kernel driver lm83 |
| 2 | ================== |
| 3 | |
| 4 | Supported chips: |
R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 5 | |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 6 | * National Semiconductor LM83 |
| 7 | |
| 8 | Prefix: 'lm83' |
| 9 | |
| 10 | Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e |
| 11 | |
| 12 | Datasheet: Publicly available at the National Semiconductor website |
| 13 | |
| 14 | http://www.national.com/pf/LM/LM83.html |
| 15 | |
| 16 | * National Semiconductor LM82 |
| 17 | |
| 18 | Addresses scanned: I2C 0x18 - 0x1a, 0x29 - 0x2b, 0x4c - 0x4e |
| 19 | |
| 20 | Datasheet: Publicly available at the National Semiconductor website |
| 21 | |
| 22 | http://www.national.com/pf/LM/LM82.html |
R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 23 | |
Jean Delvare | 7c81c60f | 2014-01-29 20:40:08 +0100 | [diff] [blame] | 24 | Author: Jean Delvare <jdelvare@suse.de> |
R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 25 | |
| 26 | Description |
| 27 | ----------- |
| 28 | |
| 29 | The LM83 is a digital temperature sensor. It senses its own temperature as |
Jordan Crouse | 43cb7eb | 2006-03-23 16:19:49 +0100 | [diff] [blame] | 30 | well as the temperature of up to three external diodes. The LM82 is |
| 31 | a stripped down version of the LM83 that only supports one external diode. |
| 32 | Both are compatible with many other devices such as the LM84 and all |
| 33 | other ADM1021 clones. The main difference between the LM83 and the LM84 |
| 34 | in that the later can only sense the temperature of one external diode. |
R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 35 | |
| 36 | Using the adm1021 driver for a LM83 should work, but only two temperatures |
| 37 | will be reported instead of four. |
| 38 | |
| 39 | The LM83 is only found on a handful of motherboards. Both a confirmed |
| 40 | list and an unconfirmed list follow. If you can confirm or infirm the |
| 41 | fact that any of these motherboards do actually have an LM83, please |
| 42 | contact us. Note that the LM90 can easily be misdetected as a LM83. |
| 43 | |
| 44 | Confirmed motherboards: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 45 | === ===== |
R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 46 | SBS P014 |
Jean Delvare | 114cc0c | 2006-04-25 14:22:14 +0200 | [diff] [blame] | 47 | SBS PSL09 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 48 | === ===== |
R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 49 | |
| 50 | Unconfirmed motherboards: |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 51 | =========== ========== |
R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 52 | Gigabyte GA-8IK1100 |
| 53 | Iwill MPX2 |
| 54 | Soltek SL-75DRV5 |
Mauro Carvalho Chehab | b04f2f7 | 2019-04-17 06:46:28 -0300 | [diff] [blame] | 55 | =========== ========== |
R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 56 | |
Jordan Crouse | 43cb7eb | 2006-03-23 16:19:49 +0100 | [diff] [blame] | 57 | The LM82 is confirmed to have been found on most AMD Geode reference |
| 58 | designs and test platforms. |
| 59 | |
John Anthony Kazos Jr | be2a608 | 2007-05-09 08:50:42 +0200 | [diff] [blame] | 60 | The driver has been successfully tested by Magnus Forsstrรถm, who I'd |
R.Marek@sh.cvut.cz | 7f15b66 | 2005-05-26 12:42:19 +0000 | [diff] [blame] | 61 | like to thank here. More testers will be of course welcome. |
| 62 | |
| 63 | The fact that the LM83 is only scarcely used can be easily explained. |
| 64 | Most motherboards come with more than just temperature sensors for |
| 65 | health monitoring. They also have voltage and fan rotation speed |
| 66 | sensors. This means that temperature-only chips are usually used as |
| 67 | secondary chips coupled with another chip such as an IT8705F or similar |
| 68 | chip, which provides more features. Since systems usually need three |
| 69 | temperature sensors (motherboard, processor, power supply) and primary |
| 70 | chips provide some temperature sensors, the secondary chip, if needed, |
| 71 | won't have to handle more than two temperatures. Thus, ADM1021 clones |
| 72 | are sufficient, and there is no need for a four temperatures sensor |
| 73 | chip such as the LM83. The only case where using an LM83 would make |
| 74 | sense is on SMP systems, such as the above-mentioned Iwill MPX2, |
| 75 | because you want an additional temperature sensor for each additional |
| 76 | CPU. |
| 77 | |
| 78 | On the SBS P014, this is different, since the LM83 is the only hardware |
| 79 | monitoring chipset. One temperature sensor is used for the motherboard |
| 80 | (actually measuring the LM83's own temperature), one is used for the |
| 81 | CPU. The two other sensors must be used to measure the temperature of |
| 82 | two other points of the motherboard. We suspect these points to be the |
| 83 | north and south bridges, but this couldn't be confirmed. |
| 84 | |
| 85 | All temperature values are given in degrees Celsius. Local temperature |
| 86 | is given within a range of 0 to +85 degrees. Remote temperatures are |
| 87 | given within a range of 0 to +125 degrees. Resolution is 1.0 degree, |
| 88 | accuracy is guaranteed to 3.0 degrees (see the datasheet for more |
| 89 | details). |
| 90 | |
| 91 | Each sensor has its own high limit, but the critical limit is common to |
| 92 | all four sensors. There is no hysteresis mechanism as found on most |
| 93 | recent temperature sensors. |
| 94 | |
| 95 | The lm83 driver will not update its values more frequently than every |
| 96 | other second; reading them more often will do no harm, but will return |
| 97 | 'old' values. |