[PATCH 02/17] drivers: power: pmic: Add support for tps659412 PMIC

Jaehoon Chung jh80.chung at samsung.com
Sun Jun 27 23:59:56 CEST 2021


On 6/26/21 11:55 PM, Sinthu Raja wrote:
> From: Amarnath MB <amarnath.mb at ti.com>
> 
> Since TPS659412 and TPS659413 are both software compatible,
> add a compatible string for the same inside tps65941.c.
> 
> Signed-off-by: Amarnath MB <amarnath.mb at ti.com>
> Signed-off-by: Sinthu Raja <sinthu.raja at ti.com>

Acked-by: Jaehoon Chung <jh80.chung at samsung.com>

Best Regards,
Jaehoon Chung

> ---
>  drivers/power/pmic/tps65941.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c
> index 3dfc1918d5..81b9057c9f 100644
> --- a/drivers/power/pmic/tps65941.c
> +++ b/drivers/power/pmic/tps65941.c
> @@ -71,6 +71,7 @@ static struct dm_pmic_ops tps65941_ops = {
>  
>  static const struct udevice_id tps65941_ids[] = {
>  	{ .compatible = "ti,tps659411", .data = TPS659411 },
> +	{ .compatible = "ti,tps659412", .data = TPS659412 },
>  	{ .compatible = "ti,tps659413", .data = TPS659413 },
>  	{ }
>  };
> 



More information about the U-Boot mailing list