Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwmon: (nct6683) Add customer ID for ASRock B650 Steel Legend WiFi

This value was found on an ASRock B650 Steel Legend WiFi with an
NCT6686D chip.

Signed-off-by: Max Ammann <max@maxammann.org>
Link: https://lore.kernel.org/r/20241214102201.122851-1-max@maxammann.org
[groeck: htmldocs fix]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Max Ammann and committed by
Guenter Roeck
cf85760f a4ea3e41

+15 -11
+12 -11
Documentation/hwmon/nct6683.rst
··· 55 55 The driver has been reported to work with the following boards and 56 56 firmware versions. 57 57 58 - =============== =============================================== 59 - Board Firmware version 60 - =============== =============================================== 61 - Intel DH87RL NCT6683D EC firmware version 1.0 build 04/03/13 62 - Intel DH87MC NCT6683D EC firmware version 1.0 build 04/03/13 63 - Intel DB85FL NCT6683D EC firmware version 1.0 build 04/03/13 64 - ASRock X570 NCT6683D EC firmware version 1.0 build 06/28/19 65 - ASRock X670E NCT6686D EC firmware version 1.0 build 05/19/22 66 - MSI B550 NCT6687D EC firmware version 1.0 build 05/07/20 67 - MSI X670-P NCT6687D EC firmware version 0.0 build 09/27/22 68 - =============== =============================================== 58 + =============================== =============================================== 59 + Board Firmware version 60 + =============================== =============================================== 61 + Intel DH87RL NCT6683D EC firmware version 1.0 build 04/03/13 62 + Intel DH87MC NCT6683D EC firmware version 1.0 build 04/03/13 63 + Intel DB85FL NCT6683D EC firmware version 1.0 build 04/03/13 64 + ASRock X570 NCT6683D EC firmware version 1.0 build 06/28/19 65 + ASRock X670E NCT6686D EC firmware version 1.0 build 05/19/22 66 + ASRock B650 Steel Legend WiFi NCT6686D EC firmware version 1.0 build 11/09/23 67 + MSI B550 NCT6687D EC firmware version 1.0 build 05/07/20 68 + MSI X670-P NCT6687D EC firmware version 0.0 build 09/27/22 69 + =============================== ===============================================
+3
drivers/hwmon/nct6683.c
··· 178 178 #define NCT6683_CUSTOMER_ID_ASROCK 0xe2c 179 179 #define NCT6683_CUSTOMER_ID_ASROCK2 0xe1b 180 180 #define NCT6683_CUSTOMER_ID_ASROCK3 0x1631 181 + #define NCT6683_CUSTOMER_ID_ASROCK4 0x163e 181 182 182 183 #define NCT6683_REG_BUILD_YEAR 0x604 183 184 #define NCT6683_REG_BUILD_MONTH 0x605 ··· 1233 1232 case NCT6683_CUSTOMER_ID_ASROCK2: 1234 1233 break; 1235 1234 case NCT6683_CUSTOMER_ID_ASROCK3: 1235 + break; 1236 + case NCT6683_CUSTOMER_ID_ASROCK4: 1236 1237 break; 1237 1238 default: 1238 1239 if (!force)