Skip to content

Commit bc4fc40

Browse files
author
Ulf Hansson
committed
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v6.12-rc[n] into the next branch, to allow them to get tested together with the new changes that are targeted for v6.13. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2 parents da3d242 + f7c7c5a commit bc4fc40

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/pmdomain/imx/imx93-blk-ctrl.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,9 @@ static void imx93_blk_ctrl_remove(struct platform_device *pdev)
313313

314314
of_genpd_del_provider(pdev->dev.of_node);
315315

316-
for (i = 0; bc->onecell_data.num_domains; i++) {
316+
pm_runtime_disable(&pdev->dev);
317+
318+
for (i = 0; i < bc->onecell_data.num_domains; i++) {
317319
struct imx93_blk_ctrl_domain *domain = &bc->domains[i];
318320

319321
pm_genpd_remove(&domain->genpd);

0 commit comments

Comments
 (0)