Skip to content
Snippets Groups Projects
Commit fff7b33c authored by Robert Beckett's avatar Robert Beckett Committed by Stefano Babic
Browse files

rtc: rx8010js: add compatible string


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

Signed-off-by: default avatarRobert Beckett <bob.beckett@collabora.com>
parent 0ba12166
No related branches found
No related tags found
No related merge requests found
...@@ -364,6 +364,7 @@ static const struct rtc_ops rx8010sj_rtc_ops = { ...@@ -364,6 +364,7 @@ static const struct rtc_ops rx8010sj_rtc_ops = {
static const struct udevice_id rx8010sj_rtc_ids[] = { static const struct udevice_id rx8010sj_rtc_ids[] = {
{ .compatible = "epson,rx8010sj-rtc" }, { .compatible = "epson,rx8010sj-rtc" },
{ .compatible = "epson,rx8010" },
{ } { }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment