RE: [PATCH V3 03/10] ARM: imx: Select MXC_CLK for each SoC

From: Anson Huang
Date: Mon Jun 29 2020 - 17:04:28 EST




> Subject: RE: [PATCH V3 03/10] ARM: imx: Select MXC_CLK for each SoC
>
> > From: Anson Huang <Anson.Huang@xxxxxxx>
> > Sent: Monday, June 29, 2020 1:54 PM
> >
> > i.MX common clock drivers may support module build, so it is NOT
> > selected by default, for ARCH_MXC ARMv7 platforms, need to select it
> > manually in each SoC to make build pass.
> >
> > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
> > ---
> > Changes since V2:
> > - manually select the MXC_CLK in each SoC instead of selecting it
> > for ARCH_MXC.
>
> Any reason to do this?

Form the discussion, looks like selecting it for each SoC make more sense, as there is
no CLK_IMX* for i.MX6/7, or am I misunderstanding Stephen's comment? Just use
previous implementation of selecting it once in ARCH_MXC?

Anson