mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 03:44:55 +00:00
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 <sinthu.raja@ti.com> Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
3d32ad4d24
commit
df1fa2718f
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,8 @@ static int tps65941_buck_probe(struct udevice *dev)
|
||||||
idx = 1;
|
idx = 1;
|
||||||
} else if (idx == 34) {
|
} else if (idx == 34) {
|
||||||
idx = 3;
|
idx = 3;
|
||||||
|
} else if (idx == 123) {
|
||||||
|
idx = 1;
|
||||||
} else if (idx == 1234) {
|
} else if (idx == 1234) {
|
||||||
idx = 1;
|
idx = 1;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue