Skip to content

Commit 06f34bc

Browse files
bindigroeck
authored andcommitted
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>
1 parent 42ac68e commit 06f34bc

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
@@ -455,6 +455,7 @@ static int k10temp_probe(struct pci_dev *pdev, const struct pci_device_id *id)
455455

456456
switch (boot_cpu_data.x86_model) {
457457
case 0x0 ... 0x1: /* Zen3 SP3/TR */
458+
case 0x8: /* Zen3 TR Chagall */
458459
case 0x21: /* Zen3 Ryzen Desktop */
459460
case 0x50 ... 0x5f: /* Green Sardine */
460461
data->ccd_offset = 0x154;

0 commit comments

Comments
 (0)