All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jaehoon Chung" <jh80.chung@samsung.com>
To: "'Udit Kumar'" <u-kumar1@ti.com>, <n-francis@ti.com>, <j-keerthy@ti.com>
Cc: <nm@ti.com>, <trini@konsulko.com>, <sjg@chromium.org>,
	<u-boot@lists.denx.de>
Subject: RE: [PATCH] power: pmic: tps65941: Update compatible to aling with kernel DT
Date: Fri, 26 Apr 2024 15:35:32 +0900	[thread overview]
Message-ID: <000201da97a3$f04fdc80$d0ef9580$@samsung.com> (raw)
In-Reply-To: <20240419060016.493713-1-u-kumar1@ti.com>



> -----Original Message-----
> From: Udit Kumar <u-kumar1@ti.com>
> Sent: Friday, April 19, 2024 3:00 PM
> To: n-francis@ti.com; jh80.chung@samsung.com; j-keerthy@ti.com
> Cc: nm@ti.com; trini@konsulko.com; sjg@chromium.org; u-boot@lists.denx.de; Udit Kumar <u-
> kumar1@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@ti.com>

Reviewed-by: Jaehoon Chung <jh80.chung@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




      reply	other threads:[~2024-04-26  6:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20240419060036epcas1p35c443d2d2bb75149343916cabe7da8af@epcas1p3.samsung.com>
2024-04-19  6:00 ` [PATCH] power: pmic: tps65941: Update compatible to aling with kernel DT Udit Kumar
2024-04-26  6:35   ` Jaehoon Chung [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000201da97a3$f04fdc80$d0ef9580$@samsung.com' \
    --to=jh80.chung@samsung.com \
    --cc=j-keerthy@ti.com \
    --cc=n-francis@ti.com \
    --cc=nm@ti.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=u-kumar1@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.