u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: Gowtham Tammana <g-tammana@ti.com>,
	Lokesh Vutla <lokeshvutla@ti.com>, Tom Rini <trini@konsulko.com>
Cc: Praneeth Bajjuri <praneeth@ti.com>, u-boot@lists.denx.de
Subject: Re: [PATCH v2 1/5] power: pmic: tps65941: Add compatible for LP876441
Date: Mon, 28 Jun 2021 06:59:35 +0900	[thread overview]
Message-ID: <e366d12e-8302-4d4e-9fda-d22451b08885@samsung.com> (raw)
In-Reply-To: <20210623211454.31393-2-g-tammana@ti.com>

On 6/24/21 6:14 AM, Gowtham Tammana wrote:
> TI J7200 EVM has lp876441 pmic that is similar to tps65941. Add support
> for same with existing driver with new compatible.
> 
> Signed-off-by: Gowtham Tammana <g-tammana@ti.com>

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

Best Regards,
Jaehoon Chung

> ---
>  drivers/power/pmic/tps65941.c | 1 +
>  include/power/tps65941.h      | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c
> index 3dfc1918d5..114ef4d238 100644
> --- a/drivers/power/pmic/tps65941.c
> +++ b/drivers/power/pmic/tps65941.c
> @@ -72,6 +72,7 @@ static struct dm_pmic_ops tps65941_ops = {
>  static const struct udevice_id tps65941_ids[] = {
>  	{ .compatible = "ti,tps659411", .data = TPS659411 },
>  	{ .compatible = "ti,tps659413", .data = TPS659413 },
> +	{ .compatible = "ti,lp876441",  .data =  LP876441 },
>  	{ }
>  };
>  
> diff --git a/include/power/tps65941.h b/include/power/tps65941.h
> index 2d48b31ae3..a2bc6814ba 100644
> --- a/include/power/tps65941.h
> +++ b/include/power/tps65941.h
> @@ -2,6 +2,7 @@
>  #define TPS659412		0x1
>  #define TPS659413		0x2
>  #define TPS659414		0x3
> +#define  LP876441		0x4
>  
>  /* I2C device address for pmic tps65941 */
>  #define TPS65941_I2C_ADDR	(0x12 >> 1)
> 


  reply	other threads:[~2021-06-27 21:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-23 21:14 [PATCH v2 0/5] arm: dts: Add PMIC node for J7200 Gowtham Tammana
2021-06-23 21:14 ` [PATCH v2 1/5] power: pmic: tps65941: Add compatible for LP876441 Gowtham Tammana
2021-06-27 21:59   ` Jaehoon Chung [this message]
2021-06-23 21:14 ` [PATCH v2 2/5] arm/dts: k3-j7200-r5-common: Add pmic lp876441 node Gowtham Tammana
2021-06-23 21:14 ` [PATCH v2 3/5] arm/dts: k3-j7200-r5-common: Add VTM node Gowtham Tammana
2021-06-23 21:14 ` [PATCH v2 4/5] arm/dts: k3-j7200-r5-common: Hook buck1_reg to vtm supply Gowtham Tammana
2021-06-23 21:14 ` [PATCH v2 5/5] configs: j7200_evm_r5_defconfig: Enable AVS, PMIC and dependent configs Gowtham Tammana
2021-06-24 13:16 ` [PATCH v2 0/5] arm: dts: Add PMIC node for J7200 Tom Rini
2021-06-24 16:42   ` Gowtham Tammana
2021-07-13  6:57 ` Lokesh Vutla
2021-07-13 12:34   ` Tammana, Gowtham
2021-07-15 11:51 ` Lokesh Vutla

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=e366d12e-8302-4d4e-9fda-d22451b08885@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=g-tammana@ti.com \
    --cc=lokeshvutla@ti.com \
    --cc=praneeth@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).