All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martyn Welch <martyn.welch@collabora.co.uk>
To: Jaehoon Chung <jh80.chung@samsung.com>
Cc: Simon Glass <sjg@chromium.org>,
	Martyn Welch <martyn.welch@collabora.com>,
	u-boot@lists.denx.de
Subject: [PATCH v3 3/5] drivers: power: pmic: Add support for rn5t568 PMIC
Date: Fri, 16 Sep 2022 11:24:13 +0100	[thread overview]
Message-ID: <20220916102415.1250496-3-martyn.welch@collabora.co.uk> (raw)
In-Reply-To: <20220916102415.1250496-1-martyn.welch@collabora.co.uk>

From: Martyn Welch <martyn.welch@collabora.com>

Add support for the rn5t568 PMIC to the rn5t567 driver.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
---

Changes in v2:
 - None

Changes in v3:
 - 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


  parent reply	other threads:[~2022-09-16 10:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-16 10:24 [PATCH v3 1/5] imx8m: USDHC3 base address definition for i.MX8MP Martyn Welch
2022-09-16 10:24 ` [PATCH v3 2/5] ARM: imx: imx8mp: Enable support for i2c5 and i2c6 on i.MX8MP Martyn Welch
2022-09-16 10:24 ` Martyn Welch [this message]
2022-10-07 12:35   ` [PATCH v3 3/5] drivers: power: pmic: Add support for rn5t568 PMIC Jaehoon Chung
2022-09-16 10:24 ` [PATCH v3 4/5] drivers: power: pmic: Enable use of rn5t567 PMIC in SPL Martyn Welch
2022-09-29 16:09   ` Martyn Welch
2022-09-29 23:55     ` Simon Glass
2022-10-07 12:35   ` Jaehoon Chung
2022-09-16 10:24 ` [PATCH v3 5/5] arm: imx8mp: Initial MSC SM2S iMX8MP support Martyn Welch

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=20220916102415.1250496-3-martyn.welch@collabora.co.uk \
    --to=martyn.welch@collabora.co.uk \
    --cc=jh80.chung@samsung.com \
    --cc=martyn.welch@collabora.com \
    --cc=sjg@chromium.org \
    --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 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.