imx: imx8m: only support non-dm code in clock_imx8mm.c
authorPeng Fan <peng.fan@nxp.com>
Mon, 30 Dec 2019 08:52:30 +0000 (16:52 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 8 Jan 2020 12:20:09 +0000 (13:20 +0100)
commit19957ee33d821f70738a7214436e269a610fe9ef
treea2cd0c22c2cf2bdd698039d32a35b6f6475de9ec
parent9d5e1aa78b4a2830fc28740ebe1501c556058c7a
imx: imx8m: only support non-dm code in clock_imx8mm.c

The drivers/clk/imx/*.c are used for CLK dm case, the
clock_imx8mm.c is used for non CLK dm case, let's split
it. Sometimes it is hard to enable CLK dm in SPL stage,
considering code size, malloc size requirement, the splittion
will make it easy to use non CLK dm in SPL stage.

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