Re: [PATCH V3 0/3] ARM: imx: move cpu code to drivers/soc/imx

From: Horia GeantÄ
Date: Sun Jul 05 2020 - 05:47:17 EST


On 7/3/2020 3:25 PM, Peng Fan wrote:
> Sorry to break LS1021A. But I wonder why i.MX code would affect LS?
>
imx_soc_device_init() was modified to be called for all SoCs under ARCH_MXC.
multi_v7_defconfig, which is used for LS1021A, selects ARCH_MXC.

Previously imx_soc_device_init() was called only for i.MX (and Vybrid) SoCs.

Horia