hwmon: (zl6100) Add support for ZL9101M and ZL9117M
ZL9101M and ZL9117M are compatible to ZL6100. Add support to the zl6100 driver. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:

committed by
Guenter Roeck

parent
9271126966
commit
3360a106f8
@@ -28,7 +28,8 @@
|
||||
#include <linux/delay.h>
|
||||
#include "pmbus.h"
|
||||
|
||||
enum chips { zl2004, zl2005, zl2006, zl2008, zl2105, zl2106, zl6100, zl6105 };
|
||||
enum chips { zl2004, zl2005, zl2006, zl2008, zl2105, zl2106, zl6100, zl6105,
|
||||
zl9101, zl9117 };
|
||||
|
||||
struct zl6100_data {
|
||||
int id;
|
||||
@@ -152,6 +153,8 @@ static const struct i2c_device_id zl6100_id[] = {
|
||||
{"zl2106", zl2106},
|
||||
{"zl6100", zl6100},
|
||||
{"zl6105", zl6105},
|
||||
{"zl9101", zl9101},
|
||||
{"zl9117", zl9117},
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(i2c, zl6100_id);
|
||||
|
Reference in New Issue
Block a user