Skip to content

Commit 08ecf51

Browse files
committed
hwmon: (k10temp) Add support for AMD Family 19h Model 8h
JIRA: https://issues.redhat.com/browse/RHEL-104300 commit 06f34bc Author: Jami Kurki <bindkeys@gmail.com> Date: Mon Dec 11 22:02:06 2023 +0100 hwmon: (k10temp) Add support for AMD Family 19h Model 8h Add support for AMD Family 19h Model 8h CPUs, which appear to be the Zen 3 based AMD Threadripper 5000WX series (Chagall). The patch was tested with an AMD Threadripper 5955WX. Closes: https://bugzilla.kernel.org/show_bug.cgi?id=218244 Tested-by: Jami Kurki <bindkeys@gmail.com> Signed-off-by: Jami Kurki <bindkeys@gmail.com> Co-developed-by: Armin Wolf <W_Armin@gmx.de> Signed-off-by: Armin Wolf <W_Armin@gmx.de> Link: https://lore.kernel.org/r/20231211210206.11060-1-W_Armin@gmx.de Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 82be725 commit 08ecf51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hwmon/k10temp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ static int k10temp_probe(struct pci_dev *pdev, const struct pci_device_id *id)
478478

479479
switch (boot_cpu_data.x86_model) {
480480
case 0x0 ... 0x1: /* Zen3 SP3/TR */
481+
case 0x8: /* Zen3 TR Chagall */
481482
case 0x21: /* Zen3 Ryzen Desktop */
482483
case 0x50 ... 0x5f: /* Green Sardine */
483484
data->ccd_offset = 0x154;

0 commit comments

Comments
 (0)