From: Sinthu Raja Date: Wed, 9 Feb 2022 09:36:47 +0000 (+0530) Subject: drivers: power: regulator: tps65941_regulator: Add support for 3Phase buck X-Git-Tag: v2022.07~178^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df1fa2718f8700ff23e77dba9e5b2fdf5f6ba562;p=platform%2Fkernel%2Fu-boot.git drivers: power: regulator: tps65941_regulator: Add support for 3Phase buck Buck regulator 1, 2 and 3 of TPS6594132 on j721e-sk is in 3 Phase confguration, in-order to support this, add configuring 3 Phase buck in tps65941 while driver probing. Signed-off-by: Sinthu Raja Acked-by: Jaehoon Chung --- diff --git a/drivers/power/regulator/tps65941_regulator.c b/drivers/power/regulator/tps65941_regulator.c index d73f832..89918c3 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 {