diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-08-30 19:45:19 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-09-12 19:43:02 -0700 |
commit | cd1faefa66425c3fa338777773c5c017edea3439 (patch) | |
tree | 5b756c8f57e20dbd91b09882c060045735f62018 /Documentation | |
parent | 728d29400488d54974d3317fe8a232b45fdb42ee (diff) | |
download | blackbird-op-linux-cd1faefa66425c3fa338777773c5c017edea3439.tar.gz blackbird-op-linux-cd1faefa66425c3fa338777773c5c017edea3439.zip |
hwmon: (nct6775) Add support for NCT6793D
NCT6793D is register compatible with NCT6792D.
Also move nct6775_sio_names[] closer to enum kinds to simplify
adding new chips.
Tested-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-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 f0dd3d2fec96..76add4c9cd68 100644 --- a/Documentation/hwmon/nct6775 +++ b/Documentation/hwmon/nct6775 @@ -32,6 +32,10 @@ Supported chips: Prefix: 'nct6792' Addresses scanned: ISA address retrieved from Super I/O registers Datasheet: Available from Nuvoton upon request + * Nuvoton NCT6793D + Prefix: 'nct6793' + Addresses scanned: ISA address retrieved from Super I/O registers + Datasheet: Available from Nuvoton upon request Authors: Guenter Roeck <linux@roeck-us.net> |