[PATCH] power: pmic: tps65941: Update compatible to aling with kernel DT

Jaehoon Chung jh80.chung at samsung.com
Fri Apr 26 08:35:32 CEST 2024



> -----Original Message-----
> From: Udit Kumar <u-kumar1 at ti.com>
> Sent: Friday, April 19, 2024 3:00 PM
> To: n-francis at ti.com; jh80.chung at samsung.com; j-keerthy at ti.com
> Cc: nm at ti.com; trini at konsulko.com; sjg at chromium.org; u-boot at lists.denx.de; Udit Kumar <u-
> kumar1 at ti.com>
> Subject: [PATCH] power: pmic: tps65941: Update compatible to aling with kernel DT
>
> Linux kernel driver drivers/mfd/tps6594-i2c.c is using different
> name for compatible for tps6594 family PMIC.
> After sync of Linux kernel DT to u-boot for TI platforms
> J7200, J721S2 and J784S4 PMIC is no longer getting probed.
>
> So updating compatible field to align with Linux driver and DT.
>
> Signed-off-by: Udit Kumar <u-kumar1 at ti.com>

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

Best Regards,
Jaehoon Chung

> ---
>  drivers/power/pmic/tps65941.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c
> index 727b42747a..bf762deb29 100644
> --- a/drivers/power/pmic/tps65941.c
> +++ b/drivers/power/pmic/tps65941.c
> @@ -75,6 +75,9 @@ static const struct udevice_id tps65941_ids[] = {
>  	{ .compatible = "ti,tps659412", .data = TPS659411 },
>  	{ .compatible = "ti,tps659413", .data = TPS659413 },
>  	{ .compatible = "ti,lp876441",  .data =  LP876441 },
> +	{ .compatible = "ti,tps6594-q1", .data =  TPS659411 },
> +	{ .compatible = "ti,tps6593-q1", .data =  TPS659413 },
> +	{ .compatible = "ti,lp8764-q1",  .data =  LP876441 },
>  	{ }
>  };
>
> --
> 2.34.1





More information about the U-Boot mailing list