mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] mfd: pca9450: add support for PCA9450B variant
Date: Wed, 20 Nov 2024 14:07:19 +0100	[thread overview]
Message-ID: <20241120130719.3867040-1-a.fatoum@pengutronix.de> (raw)

The PCA9450B is the PMIC used on the i.MX8M Nano EVKs and as far as the
Linux driver is concerned is handled identically to the PCA9450C that we
already support. Match the B-compatible as well, so we can read the
reset source off that PMIC.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 drivers/mfd/pca9450.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/pca9450.c b/drivers/mfd/pca9450.c
index 89eca9f890e3..744d529faf93 100644
--- a/drivers/mfd/pca9450.c
+++ b/drivers/mfd/pca9450.c
@@ -114,6 +114,7 @@ static int __init pca9450_probe(struct device *dev)
 
 static __maybe_unused struct of_device_id pca9450_dt_ids[] = {
 	{ .compatible = "nxp,pca9450a" },
+	{ .compatible = "nxp,pca9450b" },
 	{ .compatible = "nxp,pca9450c" },
 	{ .compatible = "nxp,pca9451a" },
 	{ /* sentinel */ }
-- 
2.39.5




                 reply	other threads:[~2024-11-20 13:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20241120130719.3867040-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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