mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
drm/rockchip: vop: fix clock control unbalance
Change-Id: I42b5aa718d9016bc4d30f5d56cae6c91f3ae79b7 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -4507,10 +4507,6 @@ static void vop_unbind(struct device *dev, struct device *master, void *data)
|
||||
|
||||
pm_runtime_disable(dev);
|
||||
vop_destroy_crtc(vop);
|
||||
|
||||
clk_unprepare(vop->aclk);
|
||||
clk_unprepare(vop->hclk);
|
||||
clk_unprepare(vop->dclk);
|
||||
}
|
||||
|
||||
const struct component_ops vop_component_ops = {
|
||||
|
||||
Reference in New Issue
Block a user