All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jaehoon Chung" <jh80.chung@samsung.com>
To: "'Martyn Welch'" <martyn.welch@collabora.com>,
	<uboot-imx@nxp.com>, <sbabic@denx.de>
Cc: <u-boot@lists.denx.de>
Subject: RE: [PATCH v5 3/5] drivers: power: pmic: Add support for rn5t568 PMIC
Date: Tue, 25 Oct 2022 18:59:12 +0900	[thread overview]
Message-ID: <045c01d8e858$6ed44200$4c7cc600$@samsung.com> (raw)
In-Reply-To: <20221025095503.1254110-3-martyn.welch@collabora.com>



> -----Original Message-----
> From: Martyn Welch [mailto:martyn.welch@collabora.com]
> Sent: Tuesday, October 25, 2022 6:55 PM
> To: uboot-imx@nxp.com; sbabic@denx.de; Jaehoon Chung <jh80.chung@samsung.com>
> Cc: Martyn Welch <martyn.welch@collabora.com>; u-boot@lists.denx.de
> Subject: [PATCH v5 3/5] drivers: power: pmic: Add support for rn5t568 PMIC
> 
> Add support for the rn5t568 PMIC to the rn5t567 driver.
> 
> Signed-off-by: Martyn Welch <martyn.welch@collabora.com>

Reviewed-by: Jaehoon Chung <j80.chung@samsung.com>

Best Regards,
Jaehoon Chung

> ---
> 
> Changes in v2:
>  - None
> 
> Changes in v3:
>  - None
> 
> Changes in v4:
>  - None
> 
> Changes in v5:
>  - None
> 
>  drivers/power/pmic/rn5t567.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/power/pmic/rn5t567.c b/drivers/power/pmic/rn5t567.c
> index d9a8298ebb..9d103dd840 100644
> --- a/drivers/power/pmic/rn5t567.c
> +++ b/drivers/power/pmic/rn5t567.c
> @@ -53,6 +53,7 @@ static struct dm_pmic_ops rn5t567_ops = {
> 
>  static const struct udevice_id rn5t567_ids[] = {
>  	{ .compatible = "ricoh,rn5t567" },
> +	{ .compatible = "ricoh,rn5t568" },
>  	{ }
>  };
> 
> --
> 2.35.1



  reply	other threads:[~2022-10-25  9:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-25  9:54 [PATCH v5 1/5] imx8m: USDHC3 base address definition for i.MX8MP Martyn Welch
2022-10-25  9:54 ` [PATCH v5 2/5] ARM: imx: imx8mp: Enable support for i2c5 and i2c6 on i.MX8MP Martyn Welch
2022-10-26 13:00   ` Peng Fan
2022-11-08 16:38   ` sbabic
2022-10-25  9:55 ` [PATCH v5 3/5] drivers: power: pmic: Add support for rn5t568 PMIC Martyn Welch
2022-10-25  9:59   ` Jaehoon Chung [this message]
2022-11-08 16:39   ` sbabic
2022-10-25  9:55 ` [PATCH v5 4/5] drivers: power: pmic: Enable use of rn5t567 PMIC in SPL Martyn Welch
2022-10-25 10:25   ` Jaehoon Chung
2022-11-08 16:39   ` sbabic
2022-10-25  9:55 ` [PATCH v5 5/5] arm: imx8mp: Initial MSC SM2S iMX8MP support Martyn Welch
2022-11-08 16:49   ` sbabic
2022-11-08 16:37 ` [PATCH v5 1/5] imx8m: USDHC3 base address definition for i.MX8MP sbabic

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='045c01d8e858$6ed44200$4c7cc600$@samsung.com' \
    --to=jh80.chung@samsung.com \
    --cc=martyn.welch@collabora.com \
    --cc=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.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.