mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
rtc: m41t62: add compatible for m41st87
This adds a compatible string for m41st87. This ensures that this driver can be used for m41st87. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Cc: Stefan Roese <sr@denx.de> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
@@ -173,6 +173,7 @@ static const struct rtc_ops m41t62_rtc_ops = {
|
||||
static const struct udevice_id m41t62_rtc_ids[] = {
|
||||
{ .compatible = "st,m41t62" },
|
||||
{ .compatible = "st,m41t82" },
|
||||
{ .compatible = "st,m41st87" },
|
||||
{ .compatible = "microcrystal,rv4162" },
|
||||
{ }
|
||||
};
|
||||
|
Reference in New Issue
Block a user