mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
hwmon: (nct6683) Add support for ASRock Z890 Pro-A
Add the ASRock Z890 Pro-A customer ID to the list of supported boards for the NCT6683 hardware monitoring driver. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Reiner Pröls <reiner.proels@gmail.com> Link: https://lore.kernel.org/r/20260521212632.223724-1-Reiner.Proels@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
d0154a9422
commit
705ec98e8a
|
|
@ -177,12 +177,13 @@ superio_exit(int ioreg)
|
|||
#define NCT6683_CUSTOMER_ID_MSI3 0x207
|
||||
#define NCT6683_CUSTOMER_ID_MSI4 0x20d
|
||||
#define NCT6683_CUSTOMER_ID_AMD 0x162b
|
||||
#define NCT6683_CUSTOMER_ID_ASROCK 0xe2c
|
||||
#define NCT6683_CUSTOMER_ID_ASROCK 0xe2c
|
||||
#define NCT6683_CUSTOMER_ID_ASROCK2 0xe1b
|
||||
#define NCT6683_CUSTOMER_ID_ASROCK3 0x1631
|
||||
#define NCT6683_CUSTOMER_ID_ASROCK4 0x163e
|
||||
#define NCT6683_CUSTOMER_ID_ASROCK5 0x1621
|
||||
#define NCT6683_CUSTOMER_ID_ASROCK6 0x1633
|
||||
#define NCT6683_CUSTOMER_ID_ASROCK7 0x163d
|
||||
|
||||
#define NCT6683_REG_BUILD_YEAR 0x604
|
||||
#define NCT6683_REG_BUILD_MONTH 0x605
|
||||
|
|
@ -1248,6 +1249,8 @@ static int nct6683_probe(struct platform_device *pdev)
|
|||
break;
|
||||
case NCT6683_CUSTOMER_ID_ASROCK6:
|
||||
break;
|
||||
case NCT6683_CUSTOMER_ID_ASROCK7:
|
||||
break;
|
||||
default:
|
||||
if (!force)
|
||||
return -ENODEV;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user