mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
hwmon: (k10temp) 27C Offset needed for Threadripper2
commit 484a84f25c upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
df5c4d1960
commit
6289b80699
@@ -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