mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-17 00:33:27 +08:00
power: regulator: palmas: Add smps12 dual regulator for tps65917
Add smps12 dual regulator for tps65917 Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0f53118511
commit
75bceb22b3
@ -377,7 +377,11 @@ static int palmas_smps_probe(struct udevice *dev)
|
||||
uc_pdata->ctrl_reg = palmas_smps_ctrl[type][idx];
|
||||
uc_pdata->volt_reg = palmas_smps_volt[type][idx];
|
||||
break;
|
||||
|
||||
case 12:
|
||||
idx = 0;
|
||||
uc_pdata->ctrl_reg = palmas_smps_ctrl[type][idx];
|
||||
uc_pdata->volt_reg = palmas_smps_volt[type][idx];
|
||||
break;
|
||||
default:
|
||||
printf("Wrong ID for regulator\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user