1
0
Fork 0

clk: imx: imx8qxp-acm: change init level to fs_initcall

ACM depends on SCU PD, change its init level later than SCU PD
but to fs_initcall to ensure it's probed before LPCG clocks to
avoid unneccesary massive defer probe.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Dong Aisheng 2019-08-07 21:17:51 +08:00
parent b83ec1eb23
commit a51cf9621d
1 changed files with 1 additions and 1 deletions

View File

@ -186,4 +186,4 @@ static int __init imx8qxp_acm_init(void)
{
return platform_driver_register(&imx8qxp_acm_clk_driver);
}
arch_initcall(imx8qxp_acm_init);
fs_initcall(imx8qxp_acm_init);