]> git.ipfire.org Git - thirdparty/u-boot.git/commit
rtc: ds1307: Remove legacy non-DM code
authorFrancesco Dolcini <francesco.dolcini@toradex.com>
Fri, 24 Apr 2026 08:45:44 +0000 (10:45 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 30 Apr 2026 19:57:46 +0000 (13:57 -0600)
commitb5633dddbd9d3d17e36e4129cd37b05beedc325a
tree36101201891107c21261c886d8c242d0cf73a862
parent8ef8dee4f3a2b2021decfefd853dbd2a1632b77f
rtc: ds1307: Remove legacy non-DM code

The DS1307 driver depends on DM_RTC since commit d425d6056e01 ("rtc: Add
DM support to ds1307"), remove the related obsolete code.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/rtc/ds1307.c