]> git.dujemihanovic.xyz Git - u-boot.git/commit
rtc: ds1337: fix compatible string typo
authorClemens Gruber <clemens.gruber@pqgruber.com>
Fri, 5 Nov 2021 13:46:50 +0000 (14:46 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Nov 2021 00:02:44 +0000 (19:02 -0500)
commit6f84e809d9a373961d34f5b408bf44702b8c978c
tree49114762efa8154f2a2f75d8718cf650e7f0fc09
parentf01081d8f7560d360f9745d907e4215e356ecd73
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>
drivers/rtc/ds1337.c