1
0
Fork 0

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: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
hifive-unleashed-5.1
Jim Cromie 2006-12-12 18:18:28 +01:00 committed by Jean Delvare
parent e9cea64601
commit 3d7f9a8697
1 changed files with 1 additions and 1 deletions

View File

@ -1000,7 +1000,7 @@ static int pc87360_detect(struct i2c_adapter *adapter)
(i&0x02) ? "external" : "internal");
data->vid_conf = confreg[3];
data->vrm = 90;
data->vrm = vid_which_vrm();
}
/* Fan clock dividers may be needed before any data is read */