[PATCH v8 3/3] hwmon: (nct6775) Add ProArt X570-CREATOR WIFI support.

From: Denis Pauk
Date: Fri Oct 22 2021 - 16:01:45 EST


Tested on:
```
BIOS Information
Vendor: American Megatrends Inc.
Version: 0402
Release Date: 08/04/2021
```

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=204807
Signed-off-by: Denis Pauk <pauk.denis@xxxxxxxxx>
Tested-by: Joel Wirāmu Pauling <jwp@xxxxxxxxxx>

---
Changes in v8:
- Add ProArt X570 support.
---
drivers/hwmon/nct6775.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/hwmon/nct6775.c b/drivers/hwmon/nct6775.c
index f345e1902ad9..93dca471972e 100644
--- a/drivers/hwmon/nct6775.c
+++ b/drivers/hwmon/nct6775.c
@@ -4986,6 +4986,7 @@ static int __init nct6775_find(int sioaddr, struct nct6775_sio_data *sio_data)
static struct platform_device *pdev[2];

static const char * const asus_wmi_boards[] = {
+ "ProArt X570-CREATOR WIFI",
"Pro WS X570-ACE",
"PRIME B360-PLUS",
"PRIME B460-PLUS",
--
2.33.0