aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2022-01-10 05:47:12 +0300
committerGuenter Roeck <linux@roeck-us.net>2022-02-27 17:03:16 -0800
commitde00c068c4ac9391f3c604ad2f06ac1e73005754 (patch)
treeadca6fc6ec829cc80865e0a49a238412e6410bb0
parenthwmon: (nct6775) add ASUS Pro B550M-C/PRIME B550M-A (diff)
downloadlinux-dev-de00c068c4ac9391f3c604ad2f06ac1e73005754.tar.xz
linux-dev-de00c068c4ac9391f3c604ad2f06ac1e73005754.zip
hwmon: (nct6775) add PRIME B550-PLUS motherboard to whitelist
Asus PRIME B550-PLUS motherboards have got an nct6775 chip. Its resource range is covered by the \AMW0.SHWM OpRegion, so the chip is unusable when using SIO. However ASUS WMI access works. Add PRIME B550-PLUS to the list of motherboards using ASUS WMI to read data. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20220110024712.753492-1-dmitry.baryshkov@linaro.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r--drivers/hwmon/nct6775.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/nct6775.c b/drivers/hwmon/nct6775.c
index 4ef468b413a1..fbf6266c7ba7 100644
--- a/drivers/hwmon/nct6775.c
+++ b/drivers/hwmon/nct6775.c
@@ -5106,6 +5106,7 @@ static const char * const asus_wmi_boards[] = {
"Pro WS X570-ACE",
"PRIME B360-PLUS",
"PRIME B460-PLUS",
+ "PRIME B550-PLUS",
"PRIME B550M-A",
"PRIME B550M-A (WI-FI)",
"PRIME X570-PRO",