From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 1/2] mfd: pca9450: Add support for pca9451a
Date: Fri, 10 Nov 2023 14:03:11 +0100 [thread overview]
Message-ID: <20231110130312.2234966-1-s.hauer@pengutronix.de> (raw)
Add support for the pca9451a chip variant. This is not compatible
with the other variants, but as we currently only provide a regmap
this is fine.
Signed-off-by: Sascha Hauer <s.hauer@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 cf0efab16f..20f6b016fa 100644
--- a/drivers/mfd/pca9450.c
+++ b/drivers/mfd/pca9450.c
@@ -92,6 +92,7 @@ static int __init pca9450_probe(struct device *dev)
static __maybe_unused struct of_device_id pca9450_dt_ids[] = {
{ .compatible = "nxp,pca9450a" },
{ .compatible = "nxp,pca9450c" },
+ { .compatible = "nxp,pca9451a" },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, pca9450_dt_ids);
--
2.39.2
next reply other threads:[~2023-11-10 13:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-10 13:03 Sascha Hauer [this message]
2023-11-10 13:03 ` [PATCH 2/2] mfd: pca9450: Add init callback Sascha Hauer
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=20231110130312.2234966-1-s.hauer@pengutronix.de \
--to=s.hauer@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