projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e60e1ee
)
hwmon: (k10temp) Correct model name for Ryzen 1600X
author
Guenter Roeck
<linux@roeck-us.net>
Mon, 13 Nov 2017 20:38:23 +0000
(12:38 -0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Thu, 16 Nov 2017 08:59:45 +0000
(
00:59
-0800)
Ryzen 1600X is a Ryzen 5 processor.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/k10temp.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/k10temp.c
b/drivers/hwmon/k10temp.c
index
46a54ed
..
0721e17
100644
(file)
--- a/
drivers/hwmon/k10temp.c
+++ b/
drivers/hwmon/k10temp.c
@@
-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 },