rtc: rv8803: add epson,rx8803 and epson,rx8900 compatible

The RX8803 and RX8900 register layouts are compatible with the one of
the RV8803. So add these to the compatibles.

The same compatible strings are used and approved in linux kernel.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Reviewed-by: Michael Walle <michael@walle.cc>
This commit is contained in:
Heiko Thiery
2021-09-23 11:14:32 +02:00
committed by Stefano Babic
parent 5089d2fc8e
commit e1918ce299

View File

@@ -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" },
{ }
};