imx8m: evk: spl: probe clk in spl early stage
authorPeng Fan <peng.fan@nxp.com>
Wed, 16 Oct 2019 10:24:39 +0000 (10:24 +0000)
committerStefano Babic <sbabic@denx.de>
Sun, 3 Nov 2019 16:04:16 +0000 (17:04 +0100)
commit1a9971035dde36e59e2a2e2f50668eebdf63d9d1
tree312c4a06bcfb32131ba8a515039a27e2aa826e43
parent672fc540cdf16859e949a555e413b1e19f6467cd
imx8m: evk: spl: probe clk in spl early stage

We are going to add i2c pmic support before dram could be used.
So we need enable clk driver earlier, so use spl_early_init
and move clock controller probe eariler to board_init_f.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/imx8mm_evk/spl.c