mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 16:56:58 +02:00
rtc: ds1337: fix compatible string typo
The driver supports the ds1339 as well, which was probably intended by the author but prevented by a typo. Fix the typo. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
This commit is contained in:
parent
f01081d8f7
commit
6f84e809d9
@ -306,7 +306,7 @@ static const struct rtc_ops ds1337_rtc_ops = {
|
|||||||
static const struct udevice_id ds1337_rtc_ids[] = {
|
static const struct udevice_id ds1337_rtc_ids[] = {
|
||||||
{ .compatible = "ds1337" },
|
{ .compatible = "ds1337" },
|
||||||
{ .compatible = "ds1338" },
|
{ .compatible = "ds1338" },
|
||||||
{ .compatible = "ds1338" },
|
{ .compatible = "ds1339" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user