mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
rtc: rx8010js: add compatible string
Add compatible string used by Linux. Allows for simpler syncing of device trees. Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
This commit is contained in:
committed by
Stefano Babic
parent
0ba121668c
commit
fff7b33ce5
@@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user