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

Commit ab5ee246 authored by Guenter Roeck's avatar Guenter Roeck
Browse files

hwmon: (k10temp) Correct model name for Ryzen 1600X



Ryzen 1600X is a Ryzen 5 processor.

Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent e60e1ee6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -81,7 +81,7 @@ struct tctl_offset {
};
};


static const struct tctl_offset tctl_offset_table[] = {
static const struct tctl_offset tctl_offset_table[] = {
	{ 0x17, "AMD Ryzen 7 1600X", 20000 },
	{ 0x17, "AMD Ryzen 5 1600X", 20000 },
	{ 0x17, "AMD Ryzen 7 1700X", 20000 },
	{ 0x17, "AMD Ryzen 7 1700X", 20000 },
	{ 0x17, "AMD Ryzen 7 1800X", 20000 },
	{ 0x17, "AMD Ryzen 7 1800X", 20000 },
	{ 0x17, "AMD Ryzen Threadripper 1950X", 27000 },
	{ 0x17, "AMD Ryzen Threadripper 1950X", 27000 },