[U-Boot] [PATCH] power: regulator: palmas: Add smps12 dual regulator for tps65917

Keerthy j-keerthy at ti.com
Fri Jun 2 05:21:51 UTC 2017


Add smps12 dual regulator for tps65917

Signed-off-by: Keerthy <j-keerthy at ti.com>
---
 drivers/power/regulator/palmas_regulator.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/drivers/power/regulator/palmas_regulator.c b/drivers/power/regulator/palmas_regulator.c
index 399f7a5..841c03a 100644
--- a/drivers/power/regulator/palmas_regulator.c
+++ b/drivers/power/regulator/palmas_regulator.c
@@ -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");
 		}
-- 
1.9.1



More information about the U-Boot mailing list