This patch adds support for Zen 2 desktop CPUs to the amd_energy driver. Signed-off-by: Sandeep Raghuraman <sandy.8925@xxxxxxxxx> --- drivers/hwmon/amd_energy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hwmon/amd_energy.c b/drivers/hwmon/amd_energy.c index 0dee535e6c85..21341c8e1d6e 100644 --- a/drivers/hwmon/amd_energy.c +++ b/drivers/hwmon/amd_energy.c @@ -363,6 +363,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, 0x17, 0x71, NULL), {} }; MODULE_DEVICE_TABLE(x86cpu, cpu_ids); --