Skip to content

Commit c2851be

Browse files
geertustorulf
authored andcommitted
pmdomain: renesas: rcar-sysc: Drop fwnode_dev_initialized() call
As of commit bab2d71 ("PM: domains: Mark fwnodes when their powerdomain is added/removed") in v5.12, the pmdomain core takes care of marking the fwnode initialized, so there is no need to repeat it. Signed-off-by: Geert Uytterhoeven <[email protected]> Acked-by: Saravana Kannan <[email protected]> Link: https://lore.kernel.org/r/05c2ef630694a28b560426d8c426881cc14e8f7c.1738748678.git.geert+renesas@glider.be Signed-off-by: Ulf Hansson <[email protected]>
1 parent c41bac7 commit c2851be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/pmdomain/renesas/rcar-sysc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,6 @@ static int __init rcar_sysc_pd_init(void)
434434
}
435435

436436
error = of_genpd_add_provider_onecell(np, &domains->onecell_data);
437-
if (!error)
438-
fwnode_dev_initialized(of_fwnode_handle(np), true);
439437

440438
out_put:
441439
of_node_put(np);

0 commit comments

Comments
 (0)