[PATCH v3 02/24] pmdomain: renesas: rmobile-sysc: Move init to postcore_initcall
Ulf Hansson
ulf.hansson at linaro.org
Tue Jul 1 04:47:04 PDT 2025
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 at linux-m68k.org>
Signed-off-by: Ulf Hansson <ulf.hansson at linaro.org>
---
Changes in v3:
- New patch.
---
drivers/pmdomain/renesas/rmobile-sysc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/pmdomain/renesas/rmobile-sysc.c b/drivers/pmdomain/renesas/rmobile-sysc.c
index 5848e79aa438..8eedc9a1d825 100644
--- a/drivers/pmdomain/renesas/rmobile-sysc.c
+++ b/drivers/pmdomain/renesas/rmobile-sysc.c
@@ -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);
--
2.43.0
More information about the linux-arm-kernel
mailing list