From: Guenter Roeck Date: Mon, 12 May 2014 18:46:12 +0000 (-0700) Subject: hwmon: (emc1403) Add device IDs for EMC1412, EMC1413, and EMC1414 X-Git-Tag: firefly_0821_release~176^2~3465^2~35^2~21 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=51585befb4c3c629980b5b252a0caaeeac3b7d73;p=firefly-linux-kernel-4.4.55.git hwmon: (emc1403) Add device IDs for EMC1412, EMC1413, and EMC1414 EMC1412, EMC1413, and EMC1414 are fully compatible to EMC1402, EMC1403, and EMC1404, and even report the same chip ID. Add to device ID table to enable instantiation with correct chip names. Reviewed-by: Jean Delvare Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/emc1403.c b/drivers/hwmon/emc1403.c index bc96eefe2894..a37b2204a418 100644 --- a/drivers/hwmon/emc1403.c +++ b/drivers/hwmon/emc1403.c @@ -471,6 +471,9 @@ static const struct i2c_device_id emc1403_idtable[] = { { "emc1402", emc1402 }, { "emc1403", emc1403 }, { "emc1404", emc1404 }, + { "emc1412", emc1402 }, + { "emc1413", emc1403 }, + { "emc1414", emc1404 }, { "emc1422", emc1402 }, { "emc1423", emc1403 }, { "emc1424", emc1404 },