mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00: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:
parent
9e1d65f36b
commit
b371acccad
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ static const struct rtc_ops m41t62_rtc_ops = {
|
||||||
static const struct udevice_id m41t62_rtc_ids[] = {
|
static const struct udevice_id m41t62_rtc_ids[] = {
|
||||||
{ .compatible = "st,m41t62" },
|
{ .compatible = "st,m41t62" },
|
||||||
{ .compatible = "st,m41t82" },
|
{ .compatible = "st,m41t82" },
|
||||||
|
{ .compatible = "st,m41st87" },
|
||||||
{ .compatible = "microcrystal,rv4162" },
|
{ .compatible = "microcrystal,rv4162" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue