imx8m: soc: probe clock device in arch_cpu_init_dm
authorPeng Fan <peng.fan@nxp.com>
Tue, 27 Aug 2019 06:25:58 +0000 (06:25 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Oct 2019 14:36:36 +0000 (16:36 +0200)
commite663c703b16b515ce0038f971c5d10d33884869b
treeb0791ba7b17bf71f91662f8ae19c002883be801c
parente89d211f30277e8d1600ed00b5c9244d8f891aaf
imx8m: soc: probe clock device in arch_cpu_init_dm

Because we need to get cpu freq in print_cpuinfo at very early stage,
so we need to make sure the ccm be probed.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8m/soc.c