Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6509614f authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: (k10temp) Add temperature offset for Ryzen 1900X



Like the other CPUs from the same series, the 1900X has a
temperature offset of 27 degrees C.

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent ccffe776
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ static const struct tctl_offset tctl_offset_table[] = {
	{ 0x17, "AMD Ryzen 7 1800X", 20000 },
	{ 0x17, "AMD Ryzen Threadripper 1950X", 27000 },
	{ 0x17, "AMD Ryzen Threadripper 1920X", 27000 },
	{ 0x17, "AMD Ryzen Threadripper 1900X", 27000 },
	{ 0x17, "AMD Ryzen Threadripper 1950", 10000 },
	{ 0x17, "AMD Ryzen Threadripper 1920", 10000 },
	{ 0x17, "AMD Ryzen Threadripper 1910", 10000 },