hwmon: (pmbus) Add ADP4000, NCP4200 and NCP4208 to list of supported devices
[deliverable/linux.git] / drivers / hwmon / pmbus / pmbus.c
index 4d8e31bcd7a3d053b7cb1de9c7963c10e0078e3a..73de9f1f3194804c06418f43a5d0491a00ab6edc 100644 (file)
@@ -200,11 +200,14 @@ static int pmbus_remove(struct i2c_client *client)
  * Use driver_data to set the number of pages supported by the chip.
  */
 static const struct i2c_device_id pmbus_id[] = {
+       {"adp4000", 1},
        {"bmr450", 1},
        {"bmr451", 1},
        {"bmr453", 1},
        {"bmr454", 1},
        {"ltc2978", 8},
+       {"ncp4200", 1},
+       {"ncp4208", 1},
        {"pmbus", 0},
        {}
 };
This page took 0.038769 seconds and 5 git commands to generate.