提交 3d7f9a86 编写于 作者: J Jim Cromie 提交者: Jean Delvare

hwmon/pc87360: Autodetect the VRM version

pc87360 currently hardcodes vrm = 90 (2.4 vintage).  Update it to use
newer code in hwmon-vid which reads cpuid to determine the correct vid.
Signed-off-by: NJim Cromie <jim.cromie@gmail.com>
Signed-off-by: NJean Delvare <khali@linux-fr.org>
上级 e9cea646
...@@ -1000,7 +1000,7 @@ static int pc87360_detect(struct i2c_adapter *adapter) ...@@ -1000,7 +1000,7 @@ static int pc87360_detect(struct i2c_adapter *adapter)
(i&0x02) ? "external" : "internal"); (i&0x02) ? "external" : "internal");
data->vid_conf = confreg[3]; data->vid_conf = confreg[3];
data->vrm = 90; data->vrm = vid_which_vrm();
} }
/* Fan clock dividers may be needed before any data is read */ /* Fan clock dividers may be needed before any data is read */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册