summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/power/regulator/tps65941_regulator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/power/regulator/tps65941_regulator.c b/drivers/power/regulator/tps65941_regulator.c
index d73f8324832..89918c38fa7 100644
--- a/drivers/power/regulator/tps65941_regulator.c
+++ b/drivers/power/regulator/tps65941_regulator.c
@@ -299,6 +299,8 @@ static int tps65941_buck_probe(struct udevice *dev)
idx = 1;
} else if (idx == 34) {
idx = 3;
+ } else if (idx == 123) {
+ idx = 1;
} else if (idx == 1234) {
idx = 1;
} else {