hwmon: (pmbus/zl6100) Add support for Ericsson BMR45[0,1] and BMR46[2,3,4]
[cascardo/linux.git] / drivers / hwmon / pmbus / zl6100.c
index d78bdcf..7a72b6e 100644 (file)
@@ -135,6 +135,11 @@ static int zl6100_write_byte(struct i2c_client *client, int page, u8 value)
 }
 
 static const struct i2c_device_id zl6100_id[] = {
+       {"bmr450", zl2005},
+       {"bmr451", zl2005},
+       {"bmr462", zl2008},
+       {"bmr463", zl2008},
+       {"bmr464", zl2008},
        {"zl2004", zl2004},
        {"zl2005", zl2005},
        {"zl2006", zl2006},