All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rtc: s35392a: add compatible strings
@ 2019-10-28 19:10 Robert Beckett
  2019-12-28 10:49 ` sbabic at denx.de
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Beckett @ 2019-10-28 19:10 UTC (permalink / raw)
  To: u-boot

Add compatible strings used by Linux.
Allows for simpler syncing of device trees.

Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
---

 drivers/rtc/s35392a.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/rtc/s35392a.c b/drivers/rtc/s35392a.c
index 844f1b72c7..4f478ccfd7 100644
--- a/drivers/rtc/s35392a.c
+++ b/drivers/rtc/s35392a.c
@@ -350,6 +350,8 @@ static const struct rtc_ops s35392a_rtc_ops = {
 
 static const struct udevice_id s35392a_rtc_ids[] = {
 	{ .compatible = "sii,s35392a-rtc" },
+	{ .compatible = "sii,s35392a" },
+	{ .compatible = "s35392a" },
 	{ }
 };
 
-- 
2.20.1

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

* [U-Boot] [PATCH] rtc: s35392a: add compatible strings
  2019-10-28 19:10 [U-Boot] [PATCH] rtc: s35392a: add compatible strings Robert Beckett
@ 2019-12-28 10:49 ` sbabic at denx.de
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic at denx.de @ 2019-12-28 10:49 UTC (permalink / raw)
  To: u-boot

> Add compatible strings used by Linux.
> Allows for simpler syncing of device trees.
> Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2019-12-28 10:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 19:10 [U-Boot] [PATCH] rtc: s35392a: add compatible strings Robert Beckett
2019-12-28 10:49 ` sbabic at denx.de

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.