summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/power/pmic/tps65941.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c
index ef63eb733ae..943d845086c 100644
--- a/drivers/power/pmic/tps65941.c
+++ b/drivers/power/pmic/tps65941.c
@@ -76,6 +76,9 @@ static const struct udevice_id tps65941_ids[] = {
{ .compatible = "ti,tps659413", .data = TPS659413 },
{ .compatible = "ti,lp876441", .data = LP876441 },
{ .compatible = "ti,tps65224", .data = TPS65224 },
+ { .compatible = "ti,tps6594-q1", .data = TPS659411 },
+ { .compatible = "ti,tps6593-q1", .data = TPS659413 },
+ { .compatible = "ti,lp8764-q1", .data = LP876441 },
{ }
};