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

Jaehoon Chung jh80.chung at samsung.com
Wed Jun 7 04:13:15 UTC 2017


Hi

On 06/02/2017 02:21 PM, Keerthy wrote:
> Add smps12 dual regulator for tps65917
> 
> Signed-off-by: Keerthy <j-keerthy at ti.com>

Applied to u-boot-mmc for pmic. Thanks!

Best Regards,
Jaehoon Chung

> ---
>  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");
>  		}
> 



More information about the U-Boot mailing list