commit | b9b7688aae8800eba3950beab7bc20ea2e886c70 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Oct 16 10:24:39 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Sun Nov 03 17:04:16 2019 +0100 |
tree | 312c4a06bcfb32131ba8a515039a27e2aa826e43 | |
parent | 9c3193b570c94ccaf9a077a5d607d6cfa21bf2ed [diff] |
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>