mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 21:38:17 +00:00
Skip final initialization step for AS99127F chips.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2877 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
c0b57b8662
commit
ad276d8c4f
@ -1317,7 +1317,7 @@ static void w83781d_init_client(struct i2c_client *client)
|
|||||||
}
|
}
|
||||||
#endif /* W83781D_RT */
|
#endif /* W83781D_RT */
|
||||||
|
|
||||||
if(init) {
|
if (init && type != as99127f) {
|
||||||
w83781d_write_value(client, W83781D_REG_TEMP2_CONFIG, 0x00);
|
w83781d_write_value(client, W83781D_REG_TEMP2_CONFIG, 0x00);
|
||||||
if (type != w83783s && type != w83697hf) {
|
if (type != w83783s && type != w83697hf) {
|
||||||
w83781d_write_value(client, W83781D_REG_TEMP3_CONFIG,
|
w83781d_write_value(client, W83781D_REG_TEMP3_CONFIG,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user