Skip to content

Commit c287572

Browse files
marexLee Jones
authored andcommitted
mfd: da9063: Add DA9063L support
Add support for DA9063L, which is a reduced variant of the DA9063 with less regulators and without RTC. Signed-off-by: Marek Vasut <[email protected]> Acked-by: Mark Brown <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Steve Twiss <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent 1c892e3 commit c287572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/mfd/da9063-i2c.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ static struct regmap_config da9063_regmap_config = {
186186

187187
static const struct of_device_id da9063_dt_ids[] = {
188188
{ .compatible = "dlg,da9063", },
189+
{ .compatible = "dlg,da9063l", },
189190
{ }
190191
};
191192
MODULE_DEVICE_TABLE(of, da9063_dt_ids);
@@ -231,6 +232,7 @@ static int da9063_i2c_probe(struct i2c_client *i2c,
231232

232233
static const struct i2c_device_id da9063_i2c_id[] = {
233234
{ "da9063", PMIC_TYPE_DA9063 },
235+
{ "da9063l", PMIC_TYPE_DA9063L },
234236
{},
235237
};
236238
MODULE_DEVICE_TABLE(i2c, da9063_i2c_id);

0 commit comments

Comments
 (0)