firmware: imx: scu: change init level to subsys_initcall_sync
authorDong Aisheng <aisheng.dong@nxp.com>
Mon, 7 Aug 2023 12:14:25 +0000 (20:14 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Aug 2023 14:13:40 +0000 (22:13 +0800)
commit22420dc71e8d735799cdadf106a420b3ce25aca3
tree80f57285e884b7210a9db5a08863cce35af770b9
parentef2c1c84bcb98b66565facbba8dd32ce797b97eb
firmware: imx: scu: change init level to subsys_initcall_sync

Change firmware init level to subsys_initcall_sync to ensure it's
probed before most devices to avoid unnecessary defer probe.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/firmware/imx/imx-scu.c