commit | 86b4c992404accd36968c63251bfa5f38dcf6f6c | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Mon Mar 20 10:23:44 2023 +1300 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 30 15:09:59 2023 -0400 |
tree | fbababa9e40e67408baa71cfa4b9a065bf19763e | |
parent | b0a19b3767cd1cea5687064415695f8f050a0c2f [diff] |
drivers: rtc: add max313xx series rtc driver Adding support for Analog Devices MAX313XX series RTCs. This is ported from the Linux driver and adapted for use in u-boot. Notable differences are - handling of tm_year and tm_mon differ - clock source support is omitted - hwmon support for the MAX31328 and MAX31343 is omitted - rtc_ops->reset is added Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>