diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-12-09 14:36:08 -0500 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-12-09 14:36:08 -0500 |
commit | d8d2ee073274ab666282d1942d08f1bb454d715b (patch) | |
tree | c36ac0f8a63f3ff83a312c61a19d6dde1d5c34da /Documentation/hwmon/adt7475 | |
parent | ebfaf1fbb6010204e973e329034d0004d6521503 (diff) |
hwmon: (adt7475) Add support for the ADT7476
Add support for the Analog Devices ADT7476 chip. This chip is largely
compatible with the ADT7473 and ADT7475, with additional features.
In particular, it has 5 voltage inputs instead of 2, and VID input
pins.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Jordan Crouse <jordan@cosmicpenguin.net>
Cc: "Darrick J. Wong" <djwong@us.ibm.com>
Diffstat (limited to 'Documentation/hwmon/adt7475')
-rw-r--r-- | Documentation/hwmon/adt7475 | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/Documentation/hwmon/adt7475 b/Documentation/hwmon/adt7475 index f08f28715b84..03be1e6f69cf 100644 --- a/Documentation/hwmon/adt7475 +++ b/Documentation/hwmon/adt7475 | |||
@@ -10,6 +10,10 @@ Supported chips: | |||
10 | Prefix: 'adt7475' | 10 | Prefix: 'adt7475' |
11 | Addresses scanned: I2C 0x2E | 11 | Addresses scanned: I2C 0x2E |
12 | Datasheet: Publicly available at the On Semiconductors website | 12 | Datasheet: Publicly available at the On Semiconductors website |
13 | * Analog Devices ADT7476 | ||
14 | Prefix: 'adt7476' | ||
15 | Addresses scanned: I2C 0x2C, 0x2D, 0x2E | ||
16 | Datasheet: Publicly available at the On Semiconductors website | ||
13 | * Analog Devices ADT7490 | 17 | * Analog Devices ADT7490 |
14 | Prefix: 'adt7490' | 18 | Prefix: 'adt7490' |
15 | Addresses scanned: I2C 0x2C, 0x2D, 0x2E | 19 | Addresses scanned: I2C 0x2C, 0x2D, 0x2E |
@@ -25,11 +29,13 @@ Authors: | |||
25 | Description | 29 | Description |
26 | ----------- | 30 | ----------- |
27 | 31 | ||
28 | This driver implements support for the Analog Devices ADT7473, ADT7475 and | 32 | This driver implements support for the Analog Devices ADT7473, ADT7475, |
29 | ADT7490 chip family. The ADT7473 and ADT7475 differ only in minor details. | 33 | ADT7476 and ADT7490 chip family. The ADT7473 and ADT7475 differ only in |
30 | The ADT7490 has additional features, including extra voltage measurement | 34 | minor details. The ADT7476 has additional features, including extra voltage |
31 | inputs and PECI support. All the supported chips will be collectively | 35 | measurement inputs and VID support. The ADT7490 also has additional |
32 | designed by the name "ADT747x" in the rest of this document. | 36 | features, including extra voltage measurement inputs and PECI support. All |
37 | the supported chips will be collectively designed by the name "ADT747x" in | ||
38 | the rest of this document. | ||
33 | 39 | ||
34 | The ADT747x uses the 2-wire interface compatible with the SMBus 2.0 | 40 | The ADT747x uses the 2-wire interface compatible with the SMBus 2.0 |
35 | specification. Using an analog to digital converter it measures three (3) | 41 | specification. Using an analog to digital converter it measures three (3) |
@@ -62,6 +68,10 @@ ADT7473: | |||
62 | ADT7475: | 68 | ADT7475: |
63 | * 2 voltage inputs | 69 | * 2 voltage inputs |
64 | 70 | ||
71 | ADT7476: | ||
72 | * 5 voltage inputs | ||
73 | * VID support (not implemented) | ||
74 | |||
65 | ADT7490: | 75 | ADT7490: |
66 | * 6 voltage inputs | 76 | * 6 voltage inputs |
67 | * 1 Imon input (not implemented) | 77 | * 1 Imon input (not implemented) |