diff options
Diffstat (limited to 'drivers/hwmon/pmbus/zl6100.c')
-rw-r--r-- | drivers/hwmon/pmbus/zl6100.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/hwmon/pmbus/zl6100.c b/drivers/hwmon/pmbus/zl6100.c index e5bb7355d480..fc5eed8e85bb 100644 --- a/drivers/hwmon/pmbus/zl6100.c +++ b/drivers/hwmon/pmbus/zl6100.c | |||
@@ -28,7 +28,8 @@ | |||
28 | #include <linux/delay.h> | 28 | #include <linux/delay.h> |
29 | #include "pmbus.h" | 29 | #include "pmbus.h" |
30 | 30 | ||
31 | enum chips { zl2004, zl2005, zl2006, zl2008, zl2105, zl2106, zl6100, zl6105 }; | 31 | enum chips { zl2004, zl2005, zl2006, zl2008, zl2105, zl2106, zl6100, zl6105, |
32 | zl9101, zl9117 }; | ||
32 | 33 | ||
33 | struct zl6100_data { | 34 | struct zl6100_data { |
34 | int id; | 35 | int id; |
@@ -152,6 +153,8 @@ static const struct i2c_device_id zl6100_id[] = { | |||
152 | {"zl2106", zl2106}, | 153 | {"zl2106", zl2106}, |
153 | {"zl6100", zl6100}, | 154 | {"zl6100", zl6100}, |
154 | {"zl6105", zl6105}, | 155 | {"zl6105", zl6105}, |
156 | {"zl9101", zl9101}, | ||
157 | {"zl9117", zl9117}, | ||
155 | { } | 158 | { } |
156 | }; | 159 | }; |
157 | MODULE_DEVICE_TABLE(i2c, zl6100_id); | 160 | MODULE_DEVICE_TABLE(i2c, zl6100_id); |