Skip to content
Snippets Groups Projects
Commit e7a2986e authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Tom Rini
Browse files

phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback


Add missing clk_disable_unprepare() in cdns_sierra_phy_remove().

Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarAswath Govindraju <a-govindraju@ti.com>
parent 8257437d
No related branches found
Tags mmc-2022-2-9
No related merge requests found
......@@ -617,6 +617,8 @@ static int cdns_sierra_phy_remove(struct udevice *dev)
for (i = 0; i < phy->nsubnodes; i++)
reset_assert_bulk(phy->phys[i].lnk_rst);
clk_disable_unprepare(phy->input_clks[PHY_CLK]);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment