Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa7a5797 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

hwmon: (lm85) Fix ADT7468 frequency table



The ADT7468 uses the same frequency table as the ADT7463.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Cc: stable@kernel.org
Cc: Darrick J. Wong <djwong@us.ibm.com>
Acked-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
parent 918ee91c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;