summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6775.h
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2022-12-28 05:57:44 -0800
committerGuenter Roeck <linux@roeck-us.net>2023-06-17 20:50:30 -0700
commitaee395bb190564a3fa22aa65c60812c25410e94a (patch)
treed999851ede849c57bc597e71eb7107dcf12509f6 /drivers/hwmon/nct6775.h
parentbe144ee49127216b456da26f1a32b6ba281ac505 (diff)
downloadlinux-stable-aee395bb190564a3fa22aa65c60812c25410e94a.tar.gz
linux-stable-aee395bb190564a3fa22aa65c60812c25410e94a.tar.bz2
linux-stable-aee395bb190564a3fa22aa65c60812c25410e94a.zip
hwmon: (nct6755) Add support for NCT6799D
NCT6799D is mostly compatible to NCT6798D, with minor variations. Note that NCT6798D and NCT6799D have a new means to select temperature sources, and to report temperatures from those sources. This is not currently implemented, meaning that most likely not all temperatures are reported. Cc: Sebastian Arnhold <sebastian.arnhold@posteo.de> Cc: Ahmad Khalifa <ahmad@khalifa.ws> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Sebastian Arnhold <sebastian.arnhold@posteo.de> Tested-by: Corentin Labbe <clabbe.montjoie@gmail.com> Link: https://lore.kernel.org/r/20221228135744.281752-1-linux@roeck-us.net
Diffstat (limited to 'drivers/hwmon/nct6775.h')
-rw-r--r--drivers/hwmon/nct6775.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/nct6775.h b/drivers/hwmon/nct6775.h
index be41848c3cd2..44f79c5726a9 100644
--- a/drivers/hwmon/nct6775.h
+++ b/drivers/hwmon/nct6775.h
@@ -5,7 +5,7 @@
#include <linux/types.h>
enum kinds { nct6106, nct6116, nct6775, nct6776, nct6779, nct6791, nct6792,
- nct6793, nct6795, nct6796, nct6797, nct6798 };
+ nct6793, nct6795, nct6796, nct6797, nct6798, nct6799 };
enum pwm_enable { off, manual, thermal_cruise, speed_cruise, sf3, sf4 };
#define NUM_TEMP 10 /* Max number of temp attribute sets w/ limits*/