[U-Boot] [PATCH] regulator: palmas: Fix smps6 - smps9 indices

Keerthy j-keerthy at ti.com
Fri Feb 3 08:41:58 UTC 2017


Fix smps6 - smps9 indices

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

diff --git a/drivers/power/regulator/palmas_regulator.c b/drivers/power/regulator/palmas_regulator.c
index cce7cd2..399f7a5 100644
--- a/drivers/power/regulator/palmas_regulator.c
+++ b/drivers/power/regulator/palmas_regulator.c
@@ -356,7 +356,7 @@ static int palmas_smps_probe(struct udevice *dev)
 		case 8:
 		case 9:
 		case 10:
-			idx = dev->driver_data - 4;
+			idx = dev->driver_data - 3;
 			uc_pdata->ctrl_reg = palmas_smps_ctrl[type][idx];
 			uc_pdata->volt_reg = palmas_smps_volt[type][idx];
 			break;
-- 
1.9.1



More information about the U-Boot mailing list