[U-Boot] [PATCH] rtc: rx8010js: add compatible string
Robert Beckett
bob.beckett at collabora.com
Tue Oct 29 19:07:03 UTC 2019
Add compatible string used by Linux.
Allows for simpler syncing of device trees.
Signed-off-by: Robert Beckett <bob.beckett at collabora.com>
---
drivers/rtc/rx8010sj.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/rtc/rx8010sj.c b/drivers/rtc/rx8010sj.c
index 2876692a37..82c5185e2e 100644
--- a/drivers/rtc/rx8010sj.c
+++ b/drivers/rtc/rx8010sj.c
@@ -364,6 +364,7 @@ static const struct rtc_ops rx8010sj_rtc_ops = {
static const struct udevice_id rx8010sj_rtc_ids[] = {
{ .compatible = "epson,rx8010sj-rtc" },
+ { .compatible = "epson,rx8010" },
{ }
};
--
2.20.1
More information about the U-Boot
mailing list