diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-08-08 05:55:59 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-08-11 07:59:47 +0200 |
commit | cfca3789e0678c57e09dfb1a09fdfce427b7c92e (patch) | |
tree | b78f91d73bc175334dbcf0e1b8825c442be2cc95 /drivers/hwmon/pmbus/pmbus.c | |
parent | hwmon: (pmbus) Add support for MAX20751 (diff) | |
download | linux-cfca3789e0678c57e09dfb1a09fdfce427b7c92e.tar.xz linux-cfca3789e0678c57e09dfb1a09fdfce427b7c92e.zip |
hwmon: (pmbus) Add device IDs for TPS544{B,C}2{0,5}
Add device IDs and references for Texas Instruments TPS544B20, TPS544B25,
TPS544C20, and TPS544C25 to the generic PMBus driver.
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
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 bbfa35d82e42..0a74991a60f0 100644 --- a/drivers/hwmon/pmbus/pmbus.c +++ b/drivers/hwmon/pmbus/pmbus.c @@ -194,6 +194,10 @@ static const struct i2c_device_id pmbus_id[] = { {"pdt012", 1}, {"pmbus", 0}, {"tps40400", 1}, + {"tps544b20", 1}, + {"tps544b25", 1}, + {"tps544c20", 1}, + {"tps544c25", 1}, {"udt020", 1}, {} }; |