Commit ab5ee246 authored by Guenter Roeck's avatar Guenter Roeck

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
......@@ -81,7 +81,7 @@ struct tctl_offset {
};
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 1800X", 20000 },
{ 0x17, "AMD Ryzen Threadripper 1950X", 27000 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment