OSDN Git Service

hwmon: (amd_energy) Add AMD family 19h model 01h x86 match
authorNaveen Krishna Chatradhi <NaveenKrishna.Chatradhi@amd.com>
Thu, 19 Nov 2020 18:42:45 +0000 (00:12 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 3 Dec 2020 01:42:23 +0000 (17:42 -0800)
Add X86 CPU match for AMD family 19h model 01h. This is necessary to
enable support for energy reporting via the amd_energy module.

Signed-off-by: Naveen Krishna Chatradhi <NaveenKrishna.Chatradhi@amd.com>
Link: https://lore.kernel.org/r/20201119184246.228322-1-NaveenKrishna.Chatradhi@amd.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/amd_energy.c

index 3197cda..9b30644 100644 (file)
@@ -331,6 +331,7 @@ static struct platform_device *amd_energy_platdev;
 
 static const struct x86_cpu_id cpu_ids[] __initconst = {
        X86_MATCH_VENDOR_FAM_MODEL(AMD, 0x17, 0x31, NULL),
+       X86_MATCH_VENDOR_FAM_MODEL(AMD, 0x19, 0x01, NULL),
        {}
 };
 MODULE_DEVICE_TABLE(x86cpu, cpu_ids);