mp2733 is updated version of mp2629 battery charge management device for single-cell Li-ion or Li-polymer battery. Additionally supports USB fast-charge and higher range of input voltage. Signed-off-by: Saravanan Sekar <sravanhome@xxxxxxxxx> Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> --- drivers/mfd/mp2629.c | 1 + include/linux/mfd/mp2629.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/mfd/mp2629.c b/drivers/mfd/mp2629.c index a3fc02ad5ec1..57db0f5009b9 100644 --- a/drivers/mfd/mp2629.c +++ b/drivers/mfd/mp2629.c @@ -63,6 +63,7 @@ static int mp2629_probe(struct i2c_client *client) static const struct of_device_id mp2629_of_match[] = { { .compatible = "mps,mp2629", .data = (void *)CHIP_ID_MP2629 }, + { .compatible = "mps,mp2733", .data = (void *)CHIP_ID_MP2733 }, { } }; MODULE_DEVICE_TABLE(of, mp2629_of_match); diff --git a/include/linux/mfd/mp2629.h b/include/linux/mfd/mp2629.h index 072c8181b48b..ee0e65720c75 100644 --- a/include/linux/mfd/mp2629.h +++ b/include/linux/mfd/mp2629.h @@ -11,6 +11,7 @@ enum mp2xx_chip_id { CHIP_ID_MP2629, + CHIP_ID_MP2733, }; struct mp2629_data { -- 2.34.1