Skip to content

Commit

Permalink
hwmon: (k10temp) Correct model name for Ryzen 1600X
Browse files Browse the repository at this point in the history
Ryzen 1600X is a Ryzen 5 processor.

Signed-off-by: Guenter Roeck <[email protected]>
  • Loading branch information
groeck committed Nov 16, 2017
1 parent e60e1ee commit ab5ee24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/k10temp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit ab5ee24

Please sign in to comment.