pmdomain: renesas: rmobile-sysc: Move init to postcore_initcall

Subsequent changes to genpd adds a limitation that registering a genpd OF
providers must be done after its bus registration, which is at
core_initcall. To adopt to this, let's move to a postcore_initcall.

Suggested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://lore.kernel.org/r/20250701114733.636510-3-ulf.hansson@linaro.org
This commit is contained in:
Ulf Hansson
2025-07-01 13:47:04 +02:00
parent c5ae5a0c61
commit 7b2b9aeec1
+1 -2
View File
@@ -335,5 +335,4 @@ static int __init rmobile_init_pm_domains(void)
return ret;
}
core_initcall(rmobile_init_pm_domains);
postcore_initcall(rmobile_init_pm_domains);