diff --git a/drivers/hwmon/lm85.c b/drivers/hwmon/lm85.c index b3841a615595658cc3ddd0675d827becaf53fc45..2e8f0c9458d4da122e5ee03f9f27400b92f3c6a5 100644 --- a/drivers/hwmon/lm85.c +++ b/drivers/hwmon/lm85.c @@ -1259,6 +1259,7 @@ static int lm85_probe(struct i2c_client *client, switch (data->type) { case adm1027: case adt7463: + case adt7468: case emc6d100: case emc6d102: data->freq_map = adm1027_freq_map;