aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/pmic/tps65941.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/pmic/tps65941.c')
-rw-r--r--drivers/power/pmic/tps65941.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c
index e8f3c95..7b3416a 100644
--- a/drivers/power/pmic/tps65941.c
+++ b/drivers/power/pmic/tps65941.c
@@ -59,8 +59,8 @@ static int tps65941_bind(struct udevice *dev)
if (!children)
printf("%s: %s - no child found\n", __func__, dev->name);
- /* Always return success for this device */
- return 0;
+ /* Probe all the child devices */
+ return dm_scan_fdt_dev(dev);
}
static struct dm_pmic_ops tps65941_ops = {