From: Lucas Stach <l.stach@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 2/6] mfd: rn5t618: use defined compatibles
Date: Thu, 11 Jun 2026 13:21:11 +0200 [thread overview]
Message-ID: <20260611112115.670073-2-l.stach@pengutronix.de> (raw)
In-Reply-To: <20260611112115.670073-1-l.stach@pengutronix.de>
Match to the compatibles defined in the ricoh,rn5t618.yaml DT schema.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
drivers/mfd/rn5t618.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/mfd/rn5t618.c b/drivers/mfd/rn5t618.c
index 3af3e6e3e039..2cecdac49b5f 100644
--- a/drivers/mfd/rn5t618.c
+++ b/drivers/mfd/rn5t618.c
@@ -131,7 +131,9 @@ static int __init rn5t618_i2c_probe(struct device *dev)
}
static __maybe_unused const struct of_device_id rn5t618_of_match[] = {
- { .compatible = "ricoh,rn5t568", .data = NULL, },
+ { .compatible = "ricoh,rn5t567" },
+ { .compatible = "ricoh,rn5t618" },
+ { .compatible = "ricoh,rc5t619" },
{ }
};
MODULE_DEVICE_TABLE(of, rn5t618_of_match);
--
2.47.3
next prev parent reply other threads:[~2026-06-11 11:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-11 11:21 [PATCH 1/6] mfd: rn5t568: rename to rn5t618 Lucas Stach
2026-06-11 11:21 ` Lucas Stach [this message]
2026-06-11 11:21 ` [PATCH 3/6] mfd: rn5t618: demote probe message to debug level Lucas Stach
2026-06-11 11:21 ` [PATCH 4/6] mfd: rn5t618: wait a bit after triggering restart Lucas Stach
2026-06-11 11:21 ` [PATCH 5/6] watchdog: RN568: rename to rn5t618 Lucas Stach
2026-06-11 11:21 ` [PATCH 6/6] rn5t618: mfd/watchdog: switch to mfd device population Lucas Stach
2026-06-15 7:50 ` [PATCH 1/6] mfd: rn5t568: rename to rn5t618 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=20260611112115.670073-2-l.stach@pengutronix.de \
--to=l.stach@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