diff options
Diffstat (limited to 'drivers/mfd/max8998.c')
-rw-r--r-- | drivers/mfd/max8998.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/mfd/max8998.c b/drivers/mfd/max8998.c index 73e6f5c4efc9..f1c928915880 100644 --- a/drivers/mfd/max8998.c +++ b/drivers/mfd/max8998.c @@ -125,8 +125,9 @@ static int max8998_i2c_remove(struct i2c_client *i2c) } static const struct i2c_device_id max8998_i2c_id[] = { - { "max8998", 0 }, - { } + { "max8998", 0 }, + { "lp3974", 0 }, + { } }; MODULE_DEVICE_TABLE(i2c, max8998_i2c_id); |