aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/dw-apb-timer.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-30 07:54:28 -0500
committerTom Rini <trini@konsulko.com>2024-01-30 07:54:28 -0500
commit28760ce8640ff6266bd1c1c568a4a231576f3919 (patch)
tree291fa96c3ed6d8e22d0fe6df906007cd650f555d /drivers/timer/dw-apb-timer.c
parent6faba41927bdc8973b59678649ef83c564cc421e (diff)
parenta8dc4965f09d28a59c156437673ddb66860c847e (diff)
downloadu-boot-28760ce8640ff6266bd1c1c568a4a231576f3919.zip
u-boot-28760ce8640ff6266bd1c1c568a4a231576f3919.tar.gz
u-boot-28760ce8640ff6266bd1c1c568a4a231576f3919.tar.bz2
Merge tag 'clk-2024.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-clkWIP/30Jan2024
Clock changes for v2024.04 This pull has the usual fixes and new (clock-adjacent) drivers. It also has some cleanups for the clock API; in particular removing the unused rfree callback. CI: https://source.denx.de/u-boot/custodians/u-boot-clk/-/pipelines/19486
Diffstat (limited to 'drivers/timer/dw-apb-timer.c')
-rw-r--r--drivers/timer/dw-apb-timer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/timer/dw-apb-timer.c b/drivers/timer/dw-apb-timer.c
index 6cd2525..0607f75 100644
--- a/drivers/timer/dw-apb-timer.c
+++ b/drivers/timer/dw-apb-timer.c
@@ -74,8 +74,6 @@ static int dw_apb_timer_probe(struct udevice *dev)
return ret;
uc_priv->clock_rate = clk_get_rate(&clk);
-
- clk_free(&clk);
}
/* init timer */