rtc: rx8010js: add compatible string
authorRobert Beckett <bob.beckett@collabora.com>
Tue, 29 Oct 2019 19:07:03 +0000 (19:07 +0000)
committerStefano Babic <sbabic@denx.de>
Fri, 27 Dec 2019 13:34:29 +0000 (14:34 +0100)
Add compatible string used by Linux.
Allows for simpler syncing of device trees.

Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
drivers/rtc/rx8010sj.c

index 2876692a37881dd5fe565b4cc8035bdabb6d34fe..82c5185e2e5e2edb09b1beb8a3b1a454b5c7e43f 100644 (file)
@@ -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" },
        { }
 };