diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-11-16 20:50:04 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-12-01 07:13:13 +0300 |
commit | 8aefb93f09bf4464f6da8ee071edcede9517d4bf (patch) | |
tree | 6156386531f2b72078efd0afdaac91f323ecb9b6 /Documentation/hwmon | |
parent | b6e6dd8e9f6adf9765db2bb93e6a11f92811369a (diff) | |
download | linux-8aefb93f09bf4464f6da8ee071edcede9517d4bf.tar.xz |
hwmon: (nct6775) Add support for NCT6792D
NCT6792D is similar to NCT6791D. Only beep control and temperature
monitoring registers are different.
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/nct6775 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/hwmon/nct6775 b/Documentation/hwmon/nct6775 index 345d11a2b526..f0dd3d2fec96 100644 --- a/Documentation/hwmon/nct6775 +++ b/Documentation/hwmon/nct6775 @@ -28,6 +28,10 @@ Supported chips: Prefix: 'nct6791' Addresses scanned: ISA address retrieved from Super I/O registers Datasheet: Available from Nuvoton upon request + * Nuvoton NCT6792D + Prefix: 'nct6792' + Addresses scanned: ISA address retrieved from Super I/O registers + Datasheet: Available from Nuvoton upon request Authors: Guenter Roeck <linux@roeck-us.net> |