mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-06 00:33:48 -05:00
hwmon: (k10temp) 27C Offset needed for Threadripper2
For at least the Threadripper 2950X and Threadripper 2990WX, it's confirmed a 27 degree offset is needed. Signed-off-by: Michael Larabel <michael@phoronix.com> Cc: stable@vger.kernel.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
committed by
Guenter Roeck
parent
12005ec33f
commit
484a84f25c
@@ -105,6 +105,8 @@ static const struct tctl_offset tctl_offset_table[] = {
|
||||
{ 0x17, "AMD Ryzen Threadripper 1950", 10000 },
|
||||
{ 0x17, "AMD Ryzen Threadripper 1920", 10000 },
|
||||
{ 0x17, "AMD Ryzen Threadripper 1910", 10000 },
|
||||
{ 0x17, "AMD Ryzen Threadripper 2950X", 27000 },
|
||||
{ 0x17, "AMD Ryzen Threadripper 2990WX", 27000 },
|
||||
};
|
||||
|
||||
static void read_htcreg_pci(struct pci_dev *pdev, u32 *regval)
|
||||
|
||||
Reference in New Issue
Block a user