diff options
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/ds1337.c | 2 | ||||
-rw-r--r-- | drivers/rtc/rv8803.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/drivers/rtc/ds1337.c b/drivers/rtc/ds1337.c index 4986c96f862..486c01f9ba2 100644 --- a/drivers/rtc/ds1337.c +++ b/drivers/rtc/ds1337.c @@ -306,7 +306,7 @@ static const struct rtc_ops ds1337_rtc_ops = { static const struct udevice_id ds1337_rtc_ids[] = { { .compatible = "ds1337" }, { .compatible = "ds1338" }, - { .compatible = "ds1338" }, + { .compatible = "ds1339" }, { } }; diff --git a/drivers/rtc/rv8803.c b/drivers/rtc/rv8803.c index acd50c65648..5bae39d6e09 100644 --- a/drivers/rtc/rv8803.c +++ b/drivers/rtc/rv8803.c @@ -157,6 +157,8 @@ static const struct rtc_ops rv8803_rtc_ops = { static const struct udevice_id rv8803_rtc_ids[] = { { .compatible = "microcrystal,rv8803", }, + { .compatible = "epson,rx8803" }, + { .compatible = "epson,rx8900" }, { } }; |