diff options
Diffstat (limited to 'drivers/hwmon/pmbus/pmbus.c')
-rw-r--r-- | drivers/hwmon/pmbus/pmbus.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwmon/pmbus/pmbus.c b/drivers/hwmon/pmbus/pmbus.c index ef5cc1eda0f..995e873197e 100644 --- a/drivers/hwmon/pmbus/pmbus.c +++ b/drivers/hwmon/pmbus/pmbus.c | |||
@@ -206,7 +206,11 @@ static const struct i2c_device_id pmbus_id[] = { | |||
206 | {"bmr454", 1}, | 206 | {"bmr454", 1}, |
207 | {"ncp4200", 1}, | 207 | {"ncp4200", 1}, |
208 | {"ncp4208", 1}, | 208 | {"ncp4208", 1}, |
209 | {"pdt003", 1}, | ||
210 | {"pdt006", 1}, | ||
211 | {"pdt012", 1}, | ||
209 | {"pmbus", 0}, | 212 | {"pmbus", 0}, |
213 | {"udt020", 1}, | ||
210 | {} | 214 | {} |
211 | }; | 215 | }; |
212 | 216 | ||