commit | e015c61ebcb2f9f190942b84c4a41bd4b5b63779 | [log] [tgz] |
---|---|---|
author | Clemens Gruber <clemens.gruber@pqgruber.com> | Fri Nov 05 14:46:50 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 11 19:02:44 2021 -0500 |
tree | 49114762efa8154f2a2f75d8718cf650e7f0fc09 | |
parent | a8ea4f49b0fab339397988960594e667e38df516 [diff] |
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>