aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dwc_eth_qos_qcom.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/net/dwc_eth_qos_qcom.c
parent6faba41927bdc8973b59678649ef83c564cc421e (diff)
parenta8dc4965f09d28a59c156437673ddb66860c847e (diff)
downloadu-boot-WIP/30Jan2024.zip
u-boot-WIP/30Jan2024.tar.gz
u-boot-WIP/30Jan2024.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/net/dwc_eth_qos_qcom.c')
-rw-r--r--drivers/net/dwc_eth_qos_qcom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/dwc_eth_qos_qcom.c b/drivers/net/dwc_eth_qos_qcom.c
index df83f1c..8178138 100644
--- a/drivers/net/dwc_eth_qos_qcom.c
+++ b/drivers/net/dwc_eth_qos_qcom.c
@@ -575,7 +575,6 @@ static int eqos_remove_resources_qcom(struct udevice *dev)
debug("%s(dev=%p):\n", __func__, dev);
- clk_free(&eqos->clk_tx);
dm_gpio_free(dev, &eqos->phy_reset_gpio);
reset_free(&eqos->reset_ctl);