All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtc: m41t62: add compatible for m41st87
@ 2020-02-15 14:01 Marek Vasut
  2020-02-17 10:23 ` Stefan Roese
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2020-02-15 14:01 UTC (permalink / raw)
  To: u-boot

This adds a compatible string for m41st87. This ensures that this driver
can be used for m41st87 .

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Cc: Stefan Roese <sr@denx.de>
---
 drivers/rtc/m41t62.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/rtc/m41t62.c b/drivers/rtc/m41t62.c
index 6161b76712..f52e1291a9 100644
--- a/drivers/rtc/m41t62.c
+++ b/drivers/rtc/m41t62.c
@@ -173,6 +173,7 @@ static const struct rtc_ops m41t62_rtc_ops = {
 static const struct udevice_id m41t62_rtc_ids[] = {
 	{ .compatible = "st,m41t62" },
 	{ .compatible = "st,m41t82" },
+	{ .compatible = "st,m41st87" },
 	{ .compatible = "microcrystal,rv4162" },
 	{ }
 };
-- 
2.25.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] rtc: m41t62: add compatible for m41st87
  2020-02-15 14:01 [PATCH] rtc: m41t62: add compatible for m41st87 Marek Vasut
@ 2020-02-17 10:23 ` Stefan Roese
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Roese @ 2020-02-17 10:23 UTC (permalink / raw)
  To: u-boot

On 15.02.20 15:01, Marek Vasut wrote:
> This adds a compatible string for m41st87. This ensures that this driver
> can be used for m41st87 .
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
> Cc: Stefan Roese <sr@denx.de>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-17 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-15 14:01 [PATCH] rtc: m41t62: add compatible for m41st87 Marek Vasut
2020-02-17 10:23 ` Stefan Roese

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.