diff options
Diffstat (limited to 'drivers/hwmon/pmbus/zl6100.c')
-rw-r--r-- | drivers/hwmon/pmbus/zl6100.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/zl6100.c b/drivers/hwmon/pmbus/zl6100.c index d78bdcf467f3..7a72b6e4ff1d 100644 --- a/drivers/hwmon/pmbus/zl6100.c +++ b/drivers/hwmon/pmbus/zl6100.c | |||
@@ -135,6 +135,11 @@ static int zl6100_write_byte(struct i2c_client *client, int page, u8 value) | |||
135 | } | 135 | } |
136 | 136 | ||
137 | static const struct i2c_device_id zl6100_id[] = { | 137 | static const struct i2c_device_id zl6100_id[] = { |
138 | {"bmr450", zl2005}, | ||
139 | {"bmr451", zl2005}, | ||
140 | {"bmr462", zl2008}, | ||
141 | {"bmr463", zl2008}, | ||
142 | {"bmr464", zl2008}, | ||
138 | {"zl2004", zl2004}, | 143 | {"zl2004", zl2004}, |
139 | {"zl2005", zl2005}, | 144 | {"zl2005", zl2005}, |
140 | {"zl2006", zl2006}, | 145 | {"zl2006", zl2006}, |